-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: May 22, 2026 at 01:10 AM
-- Server version: 10.6.24-MariaDB-cll-lve
-- PHP Version: 8.4.21

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: `i9887908_gxem1`
--

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

--
-- Table structure for table `n3nm_commentmeta`
--

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

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

--
-- Table structure for table `n3nm_comments`
--

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

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

--
-- Table structure for table `n3nm_e_events`
--

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

--
-- Dumping data for table `n3nm_e_events`
--

INSERT INTO `n3nm_e_events` (`id`, `event_data`, `created_at`) VALUES
(1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2024-05-17T19:18:41.746-06:30\"}', '2024-05-17 19:18:41'),
(2, '{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2024-05-17T19:18:49.789-06:30\"}', '2024-05-17 19:18:49');

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

--
-- Table structure for table `n3nm_links`
--

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

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

--
-- Table structure for table `n3nm_options`
--

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

--
-- Dumping data for table `n3nm_options`
--

INSERT INTO `n3nm_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://dhanjalieltsclasses.com', 'yes'),
(2, 'home', 'https://dhanjalieltsclasses.com', 'yes'),
(3, 'blogname', 'Dhanjal IELTS Classes', 'yes'),
(4, 'blogdescription', '', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'info@graceinfomedia.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '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', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:128:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=385&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:4:{i:0;s:51:\"DIC-verify-certificates/DIC-verify-certificates.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";i:3;s:24:\"wordpress-seo/wp-seo.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:5:{i:0;s:101:\"/home/io4wo63t4o8v/public_html/wp-content/plugins/DIC-verify-certificates/DIC-verify-certificates.php\";i:2;s:81:\"/home/io4wo63t4o8v/public_html/wp-content/themes/hello-elementor-child/footer.php\";i:3;s:84:\"/home/io4wo63t4o8v/public_html/wp-content/themes/hello-elementor-child/functions.php\";i:4;s:80:\"/home/io4wo63t4o8v/public_html/wp-content/themes/hello-elementor-child/style.css\";i:5;s:104:\"/home/io4wo63t4o8v/public_html/wp-content/themes/hello-elementor-child/template-parts/dynamic-header.php\";}', 'no'),
(40, 'template', 'hello-elementor', 'yes'),
(41, 'stylesheet', 'hello-elementor-child', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '57155', '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:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '385', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '10', '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', '1790763633', '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, 'wp_attachment_pages_enabled', '0', 'yes'),
(100, 'initial_db_version', '57155', 'yes'),
(101, 'n3nm_user_roles', 'a:7:{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:\"wpseo_manage_options\";b:1;s:10:\"llar_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(102, 'fresh_site', '0', 'yes'),
(103, 'user_count', '1', 'no'),
(104, 'widget_block', 'a:18:{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 -->\";}i:7;a:1:{s:7:\"content\";s:127:\"<!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Our Address</h2>\n<!-- /wp:heading -->\";}i:8;a:1:{s:7:\"content\";s:306:\"<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\",\"fontSize\":\"medium\"} -->\n<p class=\"has-black-color has-text-color has-link-color has-medium-font-size\">First Floor 2738, Azad Nagar, Saidpur Road, Shahkot (Jalandhar)</p>\n<!-- /wp:paragraph -->\";}i:9;a:1:{s:7:\"content\";s:131:\"<!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\";}i:10;a:1:{s:7:\"content\";s:126:\"<!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Contact us</h2>\n<!-- /wp:heading -->\";}i:11;a:1:{s:7:\"content\";s:298:\"<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\",\"fontSize\":\"medium\"} -->\n<p class=\"has-black-color has-text-color has-link-color has-medium-font-size\"><strong>Ph.</strong>&nbsp;+91 98786-77113, 01821-513313</p>\n<!-- /wp:paragraph -->\";}i:12;a:1:{s:7:\"content\";s:400:\"<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\",\"fontSize\":\"medium\"} -->\n<p class=\"has-black-color has-text-color has-link-color has-medium-font-size\"><strong>Email:</strong>&nbsp;<a href=\"mailto:dhanjalieltsclassesdic@gmail.com\" target=\"_blank\" rel=\"noreferrer noopener\">dhanjalieltsclassesdic@gmail.com</a></p>\n<!-- /wp:paragraph -->\";}i:13;a:1:{s:7:\"content\";s:131:\"<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\";}i:14;a:1:{s:7:\"content\";s:84:\"<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Follow us</h2>\n<!-- /wp:heading -->\";}i:15;a:1:{s:7:\"content\";s:604:\"<!-- wp:social-links {\"customIconColor\":\"#22b668\",\"iconColorValue\":\"#22b668\",\"openInNewTab\":true,\"size\":\"has-large-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-large-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com/p/Dhanjal-Ielts-Classes-100075983812103/\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com/dhanjalielts\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.youtube.com/@dhanjalieltsclasses\",\"service\":\"youtube\"} /--></ul>\n<!-- /wp:social-links -->\";}i:16;a:1:{s:7:\"content\";s:131:\"<!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Location on map</h2>\n<!-- /wp:heading -->\";}i:17;a:1:{s:7:\"content\";s:391:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13667.82221462204!2d75.3338106!3d31.0831633!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391a15d6161bd2fd%3A0x3775d2cb25558d9!2sDhanjal%20Ielts%20Classes!5e0!3m2!1sen!2sin!4v1715090920891!5m2!1sen!2sin\" width=\"100%\" height=\"280\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\";}i:18;a:1:{s:7:\"content\";s:127:\"<!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Quick links</h2>\n<!-- /wp:heading -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'sidebars_widgets', 'a:11:{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:21:\"searchbar_widget_area\";a:0:{}s:27:\"header_dropdown_widget_area\";a:0:{}s:28:\"footer_big_image_widget_area\";a:0:{}s:22:\"newsletter_widget_area\";a:0:{}s:31:\"footer_social_icons_widget_area\";a:0:{}s:20:\"footer_widget_area_1\";a:9:{i:0;s:7:\"block-7\";i:1;s:7:\"block-8\";i:2;s:7:\"block-9\";i:3;s:8:\"block-10\";i:4;s:8:\"block-11\";i:5;s:8:\"block-12\";i:6;s:8:\"block-13\";i:7;s:8:\"block-14\";i:8;s:8:\"block-15\";}s:20:\"footer_widget_area_2\";a:2:{i:0;s:8:\"block-16\";i:1;s:8:\"block-17\";}s:20:\"footer_widget_area_3\";a:2:{i:0;s:8:\"block-18\";i:1;s:10:\"nav_menu-1\";}s:20:\"footer_widget_area_4\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(106, 'cron', 'a:9:{i:1779439523;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:1779457523;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1779457524;a:3:{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;}}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:1779457544;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:1779457697;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:1779457705;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:1779461705;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1779543923;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_nav_menu', 'a:2:{i:1;a:1:{s:8:\"nav_menu\";i:3;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `n3nm_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(121, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.5.3\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}', 'yes'),
(123, 'recovery_keys', 'a:0:{}', 'yes'),
(124, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-7.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-7.0-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.0\";s:7:\"version\";s:3:\"7.0\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:49:\"https://downloads.w.org/release/wordpress-7.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:49:\"https://downloads.w.org/release/wordpress-7.0.zip\";s:10:\"no_content\";s:60:\"https://downloads.w.org/release/wordpress-7.0-no-content.zip\";s:11:\"new_bundled\";s:61:\"https://downloads.w.org/release/wordpress-7.0-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.0\";s:7:\"version\";s:3:\"7.0\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.8.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.8.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.8.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.8.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.5\";s:7:\"version\";s:5:\"6.8.5\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.5\";s:7:\"version\";s:5:\"6.7.5\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.6.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.6.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.6.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.6.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.5\";s:7:\"version\";s:5:\"6.6.5\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1779418781;s:15:\"version_checked\";s:5:\"6.5.8\";s:12:\"translations\";a:0:{}}', 'no'),
(133, '_transient_update_plugins', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}', 'yes'),
(134, '_transient_update_themes', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}', 'yes'),
(135, 'limit_login_onboarding_popup_shown', '1', 'yes'),
(136, 'limit_login_activation_timestamp', '1719726771', 'yes'),
(137, 'limit_login_notice_enable_notify_timestamp', '1713188726', 'yes'),
(138, 'theme_mods_twentytwentyfour', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1715954047;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\";}}}}', 'no'),
(139, 'wpnux_imported', '0', 'no'),
(140, 'wpnux_debug_log', '2024-05-17 13:45:27 wpem_self_destruct\n', 'no'),
(148, 'can_compress_scripts', '1', 'yes'),
(161, 'finished_updating_comment_type', '1', 'yes'),
(162, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'no'),
(167, 'elementor_active_kit', '6', 'yes'),
(168, 'elementor_font_display', 'swap', 'yes'),
(171, 'elementor_version', '3.25.4', 'yes'),
(172, 'elementor_install_history', 'a:24:{s:6:\"3.21.5\";i:1715953718;s:6:\"3.21.6\";i:1716270101;s:6:\"3.21.7\";i:1716377990;s:6:\"3.21.8\";i:1716814243;s:6:\"3.22.0\";i:1718538297;s:6:\"3.22.1\";i:1718625652;s:6:\"3.22.2\";i:1719254938;s:6:\"3.22.3\";i:1719404360;s:6:\"3.23.0\";i:1721045889;s:6:\"3.23.1\";i:1721088075;s:6:\"3.23.2\";i:1721824156;s:6:\"3.23.3\";i:1721953892;s:6:\"3.23.4\";i:1722861538;s:6:\"3.24.0\";i:1726013475;s:6:\"3.24.1\";i:1726163561;s:6:\"3.24.2\";i:1726230774;s:6:\"3.24.3\";i:1726659978;s:6:\"3.24.4\";i:1727177985;s:6:\"3.24.5\";i:1727784105;s:6:\"3.24.6\";i:1728462829;s:6:\"3.24.7\";i:1729047263;s:6:\"3.25.1\";i:1730165559;s:6:\"3.25.3\";i:1730251130;s:6:\"3.25.4\";i:1730709437;}', 'yes'),
(173, 'elementor_events_db_version', '1.0.0', 'no'),
(176, 'elementor_onboarded', '1', 'yes'),
(177, '_elementor_installed_time', '1715953731', 'yes');
INSERT INTO `n3nm_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(178, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:21:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:21:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:21:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:21:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:21:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:21:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:21:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:21:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:21:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:21:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:21:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:21:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:21:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:21:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:21:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:21:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:21:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:21:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:21:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:21:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:21:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:21:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:21:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:21:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:21:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:21:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:21:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:21:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:21:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:21:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:21:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:21:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:21:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:21:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:21:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:21:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:21:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:21:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:21:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:21:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:21:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:21:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:21:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:21:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:21:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:21:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:21:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:21:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:21:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:21:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:21:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:21:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:21:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:21:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:21:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:21:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:21:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:21:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:21:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:21:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:21:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:21:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:21:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:21:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:21:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:21:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:21:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:21:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:21:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:21:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:21:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:21:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:21:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:21:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:21:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:21:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:21:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:21:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:21:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:21:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:21:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:21:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:21:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:21:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:21:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:21:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:21:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:21:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:21:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:21:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:21:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:21:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:21:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:21:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:21:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:21:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:21:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:21:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:21:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:21:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:21:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:21:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:21:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:21:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:21:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:21:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:21:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:21:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:21:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:21:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:21:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:21:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:21:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:21:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:21:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:21:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:21:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:21:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:21:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:21:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:21:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:21:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:21:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:21:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:21:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:21:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:21:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:21:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:21:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:21:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:21:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:21:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:21:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:21:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:21:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:21:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:21:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:21:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:21:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:21:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:21:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:21:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:21:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:21:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:21:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:21:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:21:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:21:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:21:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:21:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:21:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:21:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:21:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:21:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:21:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:21:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:21:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:21:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:21:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:21:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:21:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:21:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:21:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:21:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:21:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:21:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:21:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:21:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:21:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:21:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:21:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:21:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:21:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:21:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:21:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:21:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:21:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:21:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:21:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:21:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:21:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:21:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:21:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:21:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:21:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:21:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:21:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:21:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:21:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:21:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:21:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:21:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:21:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:21:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:21:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:21:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:21:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:21:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:21:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:21:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:21:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:21:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:21:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:21:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:21:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:21:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:21:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:21:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:21:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:21:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:21:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:21:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:21:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:21:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:21:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:21:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:21:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:21:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:21:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:21:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:21:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:21:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:21:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:21:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:21:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:21:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:21:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:21:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:21:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:21:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:21:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:21:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:21:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:21:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:21:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:21:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:21:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:21:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:21:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:21:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:21:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:21:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:21:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:21:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:21:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:21:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:21:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:21:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:21:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:21:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:21:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:21:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:21:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:21:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:21:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:21:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:21:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:21:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:21:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:21:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:21:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:21:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:21:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:21:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:21:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:21:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:21:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:21:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:21:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:21:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:21:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:21:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:21:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:21:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:21:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:21:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:21:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:21:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:21:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:21:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:21:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:21:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:21:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:21:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:21:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:21:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:21:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:21:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:21:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:21:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:21:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:21:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:21:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:21:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:21:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:21:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:21:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:21:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:21:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:21:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:21:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:21:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:21:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:21:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:21:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:21:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:21:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:21:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:21:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:21:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:21:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:21:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:21:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:21:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:21:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:21:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:21:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:21:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:21:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:21:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:21:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:21:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:21:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:21:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:21:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:21:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:21:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:21:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:21:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:21:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:21:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:21:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:21:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:21:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:21:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:21:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:21:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:21:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:21:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:21:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:21:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:21:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:21:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:21:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:21:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:21:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:21:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:21:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:21:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:21:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:21:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:21:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:21:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:21:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:21:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:21:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:21:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:21:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:21:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:21:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:21:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:21:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:21:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:21:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:21:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:21:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:21:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:21:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:21:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:21:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:21:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:21:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:21:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:21:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:21:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:21:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:21:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:21:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:21:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:21:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:21:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:21:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:21:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:21:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:21:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:21:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:21:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:21:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:21:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:21:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:21:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:21:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:21:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:21:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:21:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:21:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:21:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:21:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:21:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:21:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:21:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:21:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:21:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:21:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:21:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:21:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:21:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:21:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:21:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:21:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:21:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:21:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:21:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:21:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:21:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:21:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:21:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:21:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:21:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:21:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:21:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:21:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:21:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:21:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:21:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:21:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:21:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:21:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:21:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:21:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:21:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:21:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:21:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:21:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:21:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:21:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:21:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:21:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:21:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:21:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:21:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:21:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:21:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:21:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:21:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:21:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:21:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:21:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:21:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:21:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:21:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:21:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:21:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:21:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:21:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:21:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:21:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:21:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:21:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:21:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:21:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:21:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:21:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:21:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:21:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:21:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:21:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:21:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:21:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:21:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:21:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:21:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:21:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:21:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:21:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:21:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:21:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:21:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:21:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:21:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:21:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:21:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:21:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:21:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:21:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:21:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:21:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:21:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:21:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:21:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:21:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:21:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:21:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:21:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:21:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:21:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:21:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:21:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:21:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:21:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:21:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:21:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:21:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:21:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:21:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:21:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:21:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:21:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:21:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:21:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:21:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:21:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:21:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:21:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:21:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:21:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:21:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:21:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:21:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:21:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:21:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:21:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:21:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:21:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:21:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:21:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:21:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:21:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:21:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:21:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:21:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:21:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:21:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:21:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:21:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:21:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:21:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:21:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:21:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:21:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:21:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:21:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:21:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:21:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:21:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:21:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:21:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:21:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:21:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:21:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:21:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:21:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:21:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:21:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:21:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:21:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:21:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:21:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:21:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:21:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:21:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:21:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:21:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:21:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:21:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:21:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:21:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:21:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:21:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:21:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:21:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:21:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:21:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:21:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:21:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:21:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:21:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:21:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:21:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:21:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:21:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:21:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:21:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:21:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:21:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:21:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:21:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:21:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:21:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:21:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:21:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:21:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:21:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:21:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:21:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:21:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:21:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:21:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:21:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:21:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:21:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:21:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:21:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:21:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:21:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:21:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:21:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:21:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:21:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:21:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:21:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:21:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:21:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:21:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:21:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:21:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:21:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:21:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:21:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:21:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:21:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:21:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:21:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:21:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:21:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:21:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:21:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:21:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:21:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:21:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:21:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:21:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:21:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:21:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:21:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:21:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:21:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:21:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:21:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:21:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:21:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:21:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:21:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:21:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:21:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:21:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:21:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:21:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:21:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:21:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:21:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:21:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:21:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:21:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:21:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:21:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:21:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:21:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:21:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:21:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:21:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:21:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:21:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:21:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:21:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:21:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:21:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:21:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:21:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:21:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:21:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:21:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:21:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:21:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:21:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:21:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:21:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:21:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:21:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:21:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:21:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:21:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:21:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:21:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:21:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:21:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:21:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:21:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:21:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:21:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:21:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:21:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:21:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:21:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:21:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:21:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:21:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:21:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:21:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:21:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:21:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:21:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:21:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:21:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:21:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:21:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:21:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:21:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:21:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:21:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:21:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:21:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:21:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:21:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:21:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:21:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:21:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:21:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:21:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:21:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:21:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:21:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:21:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:21:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:21:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:21:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:21:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:21:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:21:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:21:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:21:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:21:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:21:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:21:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:21:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:21:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:21:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:21:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:21:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:21:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:21:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:21:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:21:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:21:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:21:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:21:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:21:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:21:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:21:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:21:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:21:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:21:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:21:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:21:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:21:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:21:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:21:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:21:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:21:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:21:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:21:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:21:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:21:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:21:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:21:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:21:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:21:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:21:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:21:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:21:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:21:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:21:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:21:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:21:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:21:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:21:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:21:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:21:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:21:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:21:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:21:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:21:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:21:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:21:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:21:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:21:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:21:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:21:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:21:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:21:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:21:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:21:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:21:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:21:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:21:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:21:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:21:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:21:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:21:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:21:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:21:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:21:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:21:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:21:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:21:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:21:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:21:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:21:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:21:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:21:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:21:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:21:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:21:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:21:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:21:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:21:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:21:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:21:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:21:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:21:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:21:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:21:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:21:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `n3nm_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(179, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(186, 'recently_activated', 'a:2:{s:41:\"wordpress-importer/wordpress-importer.php\";i:1715955466;s:53:\"widget-importer-exporter/widget-importer-exporter.php\";i:1715955457;}', 'yes'),
(187, 'wp_calendar_block_has_published_posts', '', 'yes'),
(188, 'category_children', 'a:0:{}', 'yes'),
(189, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(194, 'current_theme', 'Hello Elementor Child', 'yes'),
(195, 'theme_mods_hello-elementor', 'a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"menu-1\";i:4;s:6:\"menu-2\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:9;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1715954757;s:4:\"data\";a:10:{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:21:\"searchbar_widget_area\";a:0:{}s:27:\"header_dropdown_widget_area\";a:0:{}s:28:\"footer_big_image_widget_area\";a:0:{}s:22:\"newsletter_widget_area\";a:0:{}s:31:\"footer_social_icons_widget_area\";a:0:{}s:20:\"footer_widget_area_1\";a:0:{}s:20:\"footer_widget_area_2\";a:0:{}s:20:\"footer_widget_area_3\";a:0:{}s:20:\"footer_widget_area_4\";a:0:{}}}}', 'no'),
(196, 'theme_switched', '', 'yes'),
(197, 'hello_theme_version', '3.4.9', 'yes'),
(201, 'site_logo', '9', 'yes'),
(205, 'theme_mods_hello-elementor-child', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"menu-1\";i:4;s:6:\"menu-2\";i:0;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(207, 'theme_switched_via_customizer', '', 'yes'),
(208, 'customize_stashed_theme_mods', 'a:0:{}', 'no'),
(211, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1775215314;s:5:\"value\";s:8561:\"[{\"id\":\"4.0-default\",\"title\":\"The new default\",\"description\":\"New sites now start with version 4.0 and atomic features enabled by default. Existing sites can choose to manually activate. Nothing happens to your existing layouts and sites.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-default.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-atomic-form.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-atomic-forms\\/\"},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-interactions\\/\"},{\"id\":\"4.0-sync-design-system\",\"title\":\"Sync and share design systems\",\"description\":\"Export and import Variables and Classes between sites, and sync them with v3 Global Styles. Maintain a consistent design system across projects and across versions.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-sync-design-system.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-launch\",\"title\":\"Introducing Angie Code.\",\"description\":\"Create custom Elementor widgets, and snippets for custom site functionality from a simple description. Built natively for WordPress, and Elementor. Preview safely, refine through conversation, and publish when ready.\",\"topic\":\"Angie Code\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-launch.png\",\"chipTags\":[\"New launch\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-angie-launch\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"partner-program\",\"title\":\"Partner with Elementor. Grow your business.\",\"description\":\"Join to unlock exclusive access, secure visibility, benefit from marketing opportunities, and create additional revenue from the work you have already done. Join for free and start benefiting!\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/notification-partner.png\",\"chipTags\":[\"Partner Program\"],\"cta\":\"Apply now\",\"ctaLink\":\"https:\\/\\/my.elementor.com\\/agency\\/\"},{\"id\":\"manage-launch\",\"title\":\"Introducing Manage\",\"description\":\"Monitor, optimize and maintain all your sites from one centralized dashboard. Track performance, perform bulk updates and detect security risks to stay ahead of issues.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/manage.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Start free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/manage\\/whatsnew\"},{\"id\":\"components-3.35\",\"title\":\"Components\",\"description\":\"Build modular, reusable sections that update everywhere and decide how much control to give away to your team or clients.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/components-3-35.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-components-3.35-blog\",\"readMoreText\":\"Learn More\"},{\"id\":\"one-launch\",\"title\":\"Introducing Elementor One\",\"description\":\"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Explore Elementor One\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/launch-whats-new\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}', 'no'),
(216, '_elementor_home_screen_data', 'a:2:{s:7:\"timeout\";i:1715959080;s:5:\"value\";s:8406:\"{\"top\":{\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},\"top_with_licences\":[{\"license\":[\"free\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Start building your website with Elementor\'s no code drag & drop editor.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},{\"license\":[\"pro\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"}],\"get_started\":[{\"license\":[\"free\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\",\"title_small_color\":\"text.tertiary\"}]},{\"license\":[\"pro\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]}],\"add_ons\":{\"header\":{\"title\":\"Expand your design toolkit\",\"description\":\"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity.\"},\"repeater\":[{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_upgrade\":[{\"license\":[\"free\"],\"show\":\"true\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]},{\"license\":[\"pro\"],\"show\":\"false\",\"header\":{\"title\":\"Unlock all Pro features\",\"description\":\"Elevate your website with Elementor Pro. Access advanced tools and premium features for complete design flexibility.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-header.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}', 'no'),
(221, '_elementor_settings_update_time', '1715955666', 'yes'),
(222, 'elementor_cpt_support', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'yes'),
(223, 'elementor_disable_color_schemes', '', 'yes'),
(224, 'elementor_disable_typography_schemes', '', 'yes'),
(225, 'elementor_allow_tracking', 'no', 'yes'),
(226, 'elementor_google_maps_api_key', '', 'yes'),
(227, 'elementor_css_print_method', 'external', 'yes'),
(228, 'elementor_editor_break_lines', '1', 'yes'),
(229, 'elementor_unfiltered_files_upload', '', 'yes'),
(230, 'elementor_google_font', '1', 'yes'),
(231, 'elementor_optimized_gutenberg_loading', '1', 'yes'),
(232, 'elementor_optimized_image_loading', '1', 'yes'),
(233, 'elementor_load_fa4_shim', '', 'yes'),
(234, 'elementor_meta_generator_tag', '', 'yes'),
(235, 'elementor_experiment-container', 'default', 'yes'),
(236, 'elementor_experiment-container_grid', 'default', 'yes'),
(237, 'elementor_experiment-e_optimized_control_loading', 'default', 'yes'),
(238, 'elementor_experiment-editor_v2', 'default', 'yes'),
(239, 'elementor_experiment-landing-pages', 'default', 'yes'),
(240, 'elementor_experiment-nested-elements', 'default', 'yes'),
(241, 'elementor_experiment-e_lazyload', 'default', 'yes'),
(242, 'elementor_experiment-e_optimized_css_loading', 'default', 'yes'),
(243, 'elementor_experiment-e_font_icon_svg', 'default', 'yes'),
(244, 'elementor_experiment-additional_custom_breakpoints', 'default', 'yes'),
(245, 'elementor_experiment-e_swiper_latest', 'default', 'yes'),
(246, 'elementor_experiment-hello-theme-header-footer', 'default', 'yes'),
(247, 'elementor_experiment-ai-layout', 'default', 'yes'),
(265, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"24.5\";}', 'yes'),
(266, 'wpseo', 'a:106:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";s:0:\"\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:21:\"post_type_made_public\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"24.5\";s:16:\"previous_version\";s:4:\"24.4\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";s:10:\"1715426460\";s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:31:\"https://dhanjalieltsclasses.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:2:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{i:0;s:0:\"\";}s:28:\"configuration_finished_steps\";a:3:{i:0;s:18:\"siteRepresentation\";i:1;s:14:\"socialProfiles\";i:2;s:19:\"personalPreferences\";}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";s:10:\"1715426485\";s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}s:23:\"last_known_no_unindexed\";a:4:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1775211634;s:31:\"wpseo_unindexed_post_link_count\";i:1775211634;s:31:\"wpseo_unindexed_term_link_count\";i:1775211634;s:35:\"wpseo_total_unindexed_general_items\";i:1775211634;}s:14:\"new_post_types\";a:1:{i:2;s:18:\"e-floating-buttons\";}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:1;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;}', 'yes'),
(267, 'wpseo_titles', 'a:151:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:0:\"\";s:26:\"social-title-archive-wpseo\";s:0:\"\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:0:\"\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:0:\"\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:0:\"\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:0:\"\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:0:\"\";s:15:\"breadcrumbs-sep\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:0:\"\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:0:\"\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:0:\"\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:20:\"title-e-landing-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-e-landing-page\";s:0:\"\";s:22:\"noindex-e-landing-page\";b:0;s:33:\"display-metabox-pt-e-landing-page\";b:1;s:33:\"post_types-e-landing-page-maintax\";i:0;s:31:\"schema-page-type-e-landing-page\";s:7:\"WebPage\";s:34:\"schema-article-type-e-landing-page\";s:4:\"None\";s:27:\"social-title-e-landing-page\";s:0:\"\";s:33:\"social-description-e-landing-page\";s:0:\"\";s:31:\"social-image-url-e-landing-page\";s:0:\"\";s:30:\"social-image-id-e-landing-page\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:0:\"\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:0:\"\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:0:\"\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:0:\"\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'yes'),
(268, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:65:\"https://www.facebook.com/p/Dhanjal-Ielts-Classes-100075983812103/\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:1:{i:0;s:44:\"https://www.youtube.com/@dhanjalieltsclasses\";}s:12:\"mastodon_url\";s:0:\"\";}', 'yes'),
(377, 'limit_login_retries_stats', 'a:28:{i:1778497200;i:4;i:1778500800;i:4;i:1778522400;i:2;i:1778536800;i:4;i:1778540400;i:6;i:1778565600;i:4;i:1778583600;i:8;i:1778594400;i:4;i:1778598000;i:8;i:1778612400;i:4;i:1778641200;i:7;i:1778644800;i:3;i:1778648400;i:1;i:1778652000;i:1;i:1778655600;i:9;i:1778659200;i:5;i:1778662800;i:9;i:1778666400;i:5;i:1778670000;i:15;i:1778673600;i:9;i:1778677200;i:5;i:1778680800;i:5;i:1778684400;i:9;i:1778691600;i:2;i:1778698800;i:1;i:1778821200;i:4;i:1778824800;i:4;i:1779116400;i:8;}', 'no'),
(378, 'limit_login_lockouts', 'a:1:{s:12:\"27.34.66.214\";i:1779120656;}', 'no');
INSERT INTO `n3nm_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(379, 'limit_login_logged', 'a:1139:{s:12:\"34.162.163.5\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716099550;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.16.138.200\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716108208;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.94.82.117\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716149551;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"143.198.88.73\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1716168666;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"128.199.252.204\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716272030;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"170.64.209.16\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716288307;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.92.248.134\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1716396698;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"89.187.163.201\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716579915;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"34.48.25.91\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716716693;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"89.187.163.211\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1716918010;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.48.86.113\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716782787;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.48.103.15\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716801092;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"206.189.37.170\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1717039114;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.85.228.227\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716875441;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"34.162.144.170\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716895168;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.94.92.234\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716933319;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"35.196.49.164\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1716986256;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"159.242.234.212\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717050110;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"178.128.110.207\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717248372;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"94.75.225.81\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717259243;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.220.103.9\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722246650;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"146.70.192.182\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1717313001;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"173.230.142.131\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717345348;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.200\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717359416;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.195\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717392588;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.148.176.28\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717401474;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.220.100.254\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717403367;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.175\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717414053;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.187\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717424815;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.34.74.238\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717435194;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"193.35.18.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717435575;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"23.154.177.6\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717447072;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.243.218.202\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717457035;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"205.185.123.93\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717457766;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.185\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1718621709;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"45.66.35.22\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717468727;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.220.101.110\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717479185;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.48.37.126\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717479872;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"94.16.121.91\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717480438;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.210\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717492526;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.199\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717504564;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.220.101.4\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717512191;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"138.199.60.187\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1717642982;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.201\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717516526;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"23.137.248.139\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717522996;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.174\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717528340;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"107.189.6.124\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717533802;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"93.90.74.31\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1722297198;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.174.11.205\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717579085;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"34.106.184.133\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717581601;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"139.59.42.168\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717735485;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.106.24.156\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717743088;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"116.203.242.4\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1718209816;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.107.113.137\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717826802;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"47.105.193.71\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1717873376;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"103.216.223.206\";a:1:{s:5:\"admin\";a:3:{s:7:\"counter\";i:1;s:4:\"date\";i:1717886846;s:7:\"gateway\";s:9:\"wp_xmlrpc\";}}s:12:\"178.210.68.1\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1717908433;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"34.174.31.0\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718024444;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"112.126.68.81\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718047296;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"74.48.15.19\";a:1:{s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718084239;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.133.139\";a:4:{s:1:\"-\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718096100;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718110191;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:12:\"xstructiep88\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718116874;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:7:\"mperkas\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718209812;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.227.190\";a:4:{s:5:\"phlox\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718101102;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718110230;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718136766;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"janvs\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718175358;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"157.173.197.179\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718120395;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"109.235.174.4\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718136748;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.94.88.131\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718145121;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"132.148.178.185\";a:2:{s:8:\"shahin98\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718155877;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753428846;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"38.147.184.102\";a:1:{s:11:\"HelloRDP123\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718164500;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"5.189.169.121\";a:1:{s:9:\"wpxchuuop\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718178770;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.174.84.250\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718186156;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"118.139.179.146\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718192321;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"88.198.65.125\";a:1:{s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718192342;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.74.153\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718198320;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:6:\"justin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718213753;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:6:\"redtor\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718254713;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"5.23.50.132\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718219381;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"142.132.180.152\";a:1:{s:8:\"ferrimet\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718254708;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"198.12.233.102\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718254723;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"182.50.132.120\";a:1:{s:6:\"hilary\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718256592;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.220.101.6\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718257897;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.45.181.205\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718276066;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"144.172.118.76\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718306655;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.220.101.2\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718321518;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"45.61.185.172\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718336428;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.220.101.20\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718351356;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"77.220.196.253\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718366313;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.217\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718381252;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"152.42.204.119\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718473155;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"178.218.144.64\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718500628;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"146.70.192.166\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718510160;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.246.84.133\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718515549;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.220.101.104\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718561518;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"109.70.100.70\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718576747;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.162.234.68\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718587034;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.251.167.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718591742;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"209.141.59.116\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718606756;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.162.37.181\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718619909;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"195.176.3.23\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718651745;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.220.101.1\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718666757;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.220.101.102\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718696832;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"171.25.193.79\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718712020;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.42.116.213\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718726992;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"193.233.133.42\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718742142;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"185.196.0.9\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1718932171;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"152.42.174.18\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1718839977;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.196.0.14\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719031974;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.196.0.24\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1719329755;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.12\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155094;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.13\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155112;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.27\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155134;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.34\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155135;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.47\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155140;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.163.220.6\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155166;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.30\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155171;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.35\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155197;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.14\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155202;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.11\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155207;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.16\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155209;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.17\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155220;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.41\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155228;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.50\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155244;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.21\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155246;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.31\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155260;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.40\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155272;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155289;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.163.220.7\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155296;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.15\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155299;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.39\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155304;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155309;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155325;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.25\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155335;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.45\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155339;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.28\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155343;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.44\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155362;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.125.146.82\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155376;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.36\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155384;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.22\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155386;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.49\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155392;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.55\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155407;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.32\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155413;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.19\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155423;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.33\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155429;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.23\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155440;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.53\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155449;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.42\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155453;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.163.220.24\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719155459;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"157.7.190.240\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719269665;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"119.59.120.131\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719341827;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"51.79.251.26\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719349654;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"47.93.143.201\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719371731;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"47.240.21.171\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719380944;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"156.146.56.133\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1719782344;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.196.0.26\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1720191409;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"50.62.185.30\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720456988;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.6.175\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720464724;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"148.72.215.37\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722403817;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.230.210\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1720655121;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"128.199.91.50\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720613520;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.220.100.247\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720636194;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"217.144.106.198\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720659292;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"107.180.118.175\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720664265;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"193.189.100.202\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720681356;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"195.78.67.59\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720717635;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.130.47.58\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720722170;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.241.208.243\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720767118;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"171.25.193.235\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720805462;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.220.101.29\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722003968;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.246.188.149\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720885748;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.220.101.16\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720919833;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.220.101.26\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720953903;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"178.20.55.182\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1720988453;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"107.189.7.47\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722054555;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"109.70.100.3\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722074928;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"94.16.116.86\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1721092886;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"80.67.172.162\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1721127787;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"94.230.208.147\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722024060;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"104.244.78.233\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722064755;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"149.56.44.47\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722095245;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"162.247.72.192\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722105161;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.220.101.79\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722175645;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.220.101.13\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722185861;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"72.167.65.136\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1722414748;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"104.244.73.136\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722195987;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"54.36.209.254\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722226389;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"51.178.45.216\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722236537;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"107.189.30.86\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722256697;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"178.20.55.16\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722266820;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"31.129.22.65\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722276883;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"118.139.181.5\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722286394;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"87.118.110.27\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722286972;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"192.46.210.44\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722408797;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"94.158.246.64\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722307391;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.231.115.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722316147;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"171.25.193.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722348063;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"5.255.99.108\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722327718;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"107.189.8.16\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722337868;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"47.252.2.176\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722565773;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"148.66.130.195\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722342944;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"70.32.74.232\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722351512;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"185.220.101.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722358247;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"82.165.88.248\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722358801;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"91.108.111.101\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722486320;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:10:\"2.58.56.35\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722368369;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"23.154.177.11\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722378555;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"154.30.210.35\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722388721;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"107.180.117.241\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722397959;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"132.148.177.44\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722421339;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"43.154.63.225\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1722574275;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"139.59.6.180\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722441578;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.26.122.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722448957;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"92.53.96.134\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722541826;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"207.21.196.219\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722565767;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"109.70.100.5\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722652996;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"149.34.253.149\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722653709;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"107.189.1.80\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722667976;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"5.255.114.171\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722682884;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"45.141.215.111\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722698745;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.246.188.73\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722714497;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.220.101.85\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722729799;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"162.247.74.202\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722747225;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"45.80.158.23\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722763665;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"205.185.117.149\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722778741;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"45.141.215.167\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722793066;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"72.211.49.235\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722808848;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"198.98.50.215\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722825568;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"107.189.31.232\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722841926;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"89.58.26.216\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722857143;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"97.74.86.127\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722873818;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"204.48.26.215\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722883577;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.220.101.190\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722896897;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"204.27.64.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722923617;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"194.26.192.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1722936955;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.203.157.100\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732219317;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.55.12.165\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732389190;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.48.165.217\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732423597;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.136.24.137\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732631498;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"34.148.157.154\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732760435;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"35.230.5.98\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732791084;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.20.105\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:17;s:4:\"date\";i:1754856846;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:5:\"Admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754804945;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:9:\"wigadgets\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754798670;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"188.245.83.120\";a:1:{i:123123;a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732805786;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.232.99\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732806073;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.173.132\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732806646;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"20.226.163.71\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732806832;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"107.180.72.237\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732807137;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"92.204.135.2\";a:2:{s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732807263;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732811422;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"209.126.105.207\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1766448987;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"97.74.84.253\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732807556;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"208.109.244.180\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732807585;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"160.153.250.168\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732807695;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.55.37\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732807793;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"92.205.165.149\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732807797;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.164.152\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732807833;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"208.109.235.146\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:6;s:4:\"date\";i:1753451504;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"173.236.214.203\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732808472;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"208.109.244.174\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732808729;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"72.47.238.247\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732808937;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:11:\"97.74.83.27\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732809197;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.174.86\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732809322;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.204.55.228\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732809398;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"185.181.180.120\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732809616;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.49.78\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732809645;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"173.236.200.117\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732810474;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:11:\"69.64.48.69\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732811056;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"134.119.244.251\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:11;s:4:\"date\";i:1754874936;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:6:\"jagoda\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748816940;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:14:\"voiceover_z530\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754344152;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"134.119.0.24\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1732904080;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"92.205.212.113\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1733027249;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:6:\"admin0\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753039726;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"35.221.27.129\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1733499660;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.48.149.115\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1733577670;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.66.113.176\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1734454990;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.28.74.192\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1734685293;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.86.126.106\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1735236913;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.245.179.133\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1735761054;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.245.190.221\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1735834019;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.72.181.32\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1735991564;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.138.42.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1736437175;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"34.41.13.59\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1737631953;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"35.232.41.85\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1737664915;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.185.192.176\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1738303820;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"18.163.246.72\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1739709665;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:10:\"5.61.53.12\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1739704546;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.143.200.49\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740023627;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"31.32.161.184\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740152492;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740153898;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.173.200.2\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740212196;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740213622;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"107.180.115.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740426914;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"105.184.196.210\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740474341;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740475807;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.193.106.236\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740517571;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.151.243\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740692394;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"107.180.118.40\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740698462;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"138.199.29.238\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740847690;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1740849102;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"14.139.230.18\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741068505;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741069941;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.185.229.135\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741268055;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"103.120.160.135\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741275665;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741277063;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"138.197.42.90\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741649826;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.31.41.148\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741672607;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"35.237.29.118\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741870189;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"83.44.172.236\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741947018;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1741948415;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.58.213.118\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1742646649;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"86.201.57.180\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1743109359;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1743110795;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"76.26.222.254\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1743747966;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1743749403;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"35.227.25.132\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744039655;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"114.149.227.65\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744211324;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744212749;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"77.174.137.174\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744439261;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744440671;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.85.201.43\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744887685;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.134.130.90\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1744991297;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"99.229.189.242\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1745270028;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1745271410;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"187.246.250.16\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1745270096;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1745271502;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"187.189.28.78\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1745293053;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"35.203.163.35\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1745323584;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"170.79.175.171\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1745339345;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1745340776;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"170.150.133.5\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1746044295;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"69.232.98.21\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746147558;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746148950;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"45.127.45.244\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746322694;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746324139;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"132.148.79.168\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1746548122;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"34.138.104.53\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746458823;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"60.241.2.71\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746514880;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746516267;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"58.65.214.198\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746523922;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746525372;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"151.106.40.234\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1748784206;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"92.204.239.125\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:11;s:4:\"date\";i:1754355149;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.55.192\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1746564431;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"192.169.177.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746537040;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.64.28\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:7;s:4:\"date\";i:1754875003;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:6:\"albert\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748854577;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.64.104\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1749040931;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"148.72.247.134\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1746564974;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.19.142\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746542003;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"148.72.22.67\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1746559213;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.204.55.171\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1754861025;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.54.74\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1748855648;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:5:\"holly\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748863387;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.64.128\";a:4:{s:5:\"admin\";a:4:{s:7:\"counter\";i:11;s:4:\"date\";i:1754347515;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:7:\"quantri\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748805175;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:9:\"addpeople\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748850405;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:19:\"infotelegiganten-dk\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749051483;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"70.32.85.154\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1749036037;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748809612;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:9:\"alexandra\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749050208;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"46.32.231.192\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746554740;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.48.162\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:7;s:4:\"date\";i:1766434599;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:3:\"aaa\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748814789;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"46.32.255.222\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753665198;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"91.228.212.129\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1746614805;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"184.22.67.96\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1747323192;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1747324621;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"82.102.18.116\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1747696550;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"13.212.202.38\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1747788421;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"119.13.56.159\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1747812810;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"70.81.95.21\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1747906085;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1747907499;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"143.244.57.90\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748045517;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"37.109.165.133\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748130119;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748131500;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"31.217.165.9\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748240664;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"31.217.165.211\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748241163;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.138.1.111\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748448216;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"102.64.150.143\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1748645273;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748646758;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.54.135\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1749042930;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:7:\"dhairya\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749050606;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:7:\"davlaug\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749055856;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.215.83\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748786767;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:7:\"olivier\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748809296;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"92.205.197.169\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1752391698;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:15:\"protasis-monosi\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749036359;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:10:\"hotelahorn\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749051439;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"94.136.185.189\";a:1:{s:1:\"-\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748794470;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.209.78\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:7;s:4:\"date\";i:1766448705;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"148.66.129.152\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:7;s:4:\"date\";i:1754871361;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:11:\"jacoblawren\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748859207;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.204.55.244\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753420085;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:6:\"kompan\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748851101;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:5:\"lilly\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749045494;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"50.63.14.166\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1752389282;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.55.71\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1766445155;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:9:\"arvind123\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749048062;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.64.20\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1748836394;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"92.205.212.128\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1766432520;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"37.19.217.245\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1748975493;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.132.182.49\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749001133;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"148.72.144.38\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749006584;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"72.167.87.195\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1749040622;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:6:\"harris\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749050209;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"92.204.239.179\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752387826;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:10:\"costantino\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749055047;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754332012;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.49.84\";a:2:{s:12:\"kisikonadmin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749034199;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766441759;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"184.168.97.145\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749036886;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:14:\"ds70260ds70260\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749055246;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:6:\"daisys\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749058501;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"72.167.100.245\";a:3:{s:5:\"niiyo\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749039654;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:9:\"test-de-1\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749048029;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1749058707;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"97.74.83.219\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749042888;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.32.135\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1749052729;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"92.204.138.206\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749044840;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"122.2.112.63\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749049665;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749051074;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"208.109.173.8\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754675941;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"92.204.55.74\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753647696;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"92.204.55.95\";a:2:{s:10:\"cllanosnet\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749054126;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753656744;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"192.169.190.104\";a:2:{s:5:\"kemal\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749055416;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753667781;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"184.168.119.144\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749057548;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.71.11.236\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749124988;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"125.17.70.162\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749198648;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"41.45.58.144\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749240611;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749242048;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"191.96.101.172\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749401151;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749402590;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"146.70.194.236\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749438956;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"34.173.110.225\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749645908;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"49.37.35.141\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1749654838;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749656354;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"85.190.233.42\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749969717;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749971214;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"154.192.47.55\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1749971774;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1749973246;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"37.66.177.118\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1750626982;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1750628379;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"124.107.117.115\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750124521;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1750127391;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"190.207.216.122\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1750126934;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750128397;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"136.158.51.46\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1750294691;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750296129;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"179.111.162.169\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1750354768;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750356244;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"175.144.112.21\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750365670;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750367073;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"159.89.121.7\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750479757;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"178.128.48.241\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750525430;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"70.48.224.147\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750539130;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750540511;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.53.39.173\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750657002;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"35.184.190.15\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750709889;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"35.238.12.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750748588;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"91.34.95.19\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750752173;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750753602;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"82.102.18.222\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750760050;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.161.169.25\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750811769;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750813155;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.72.190.188\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750861848;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"60.225.47.249\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1750911776;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1750914753;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"82.102.18.126\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751002449;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"51.211.243.6\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751022031;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751023431;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"178.220.219.249\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751253638;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751255073;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.176.160.44\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751414409;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751415839;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"188.26.215.195\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751611050;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751612491;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.216.71.53\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751611272;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751612662;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"24.32.57.246\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751660691;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751662091;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"188.148.51.135\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751807986;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751809415;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.185.225.135\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751840640;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"186.22.245.15\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751928291;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751929703;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.105.114.80\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751931697;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"90.46.43.183\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751948369;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1751949807;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.233.84\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:7;s:4:\"date\";i:1753644596;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"72.167.54.59\";a:2:{i:1234567890;a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752342458;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752510711;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"72.167.105.194\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1752510928;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"72.167.87.111\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753484505;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"192.169.168.63\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1752510520;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752391325;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"50.62.146.150\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752396632;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"216.69.173.8\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1752369518;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"72.167.50.154\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752349414;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.226.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752354125;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"198.12.252.11\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:6;s:4:\"date\";i:1753460588;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"72.167.150.79\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752355243;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:9:\"admin2022\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752392669;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"184.168.102.167\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1752383647;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"50.63.134.83\";a:5:{s:5:\"cr4p5\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752358812;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752507817;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:7:\"english\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754796476;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:6:\"tucmuc\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754807420;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"eanna\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754815647;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"109.234.162.242\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752366321;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"72.167.37.176\";a:2:{s:5:\"Admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752360754;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752506580;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"92.204.236.147\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1766448922;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"208.109.228.189\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752378878;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"148.66.159.158\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1761946326;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"184.168.114.7\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752509530;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"107.180.114.76\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752368534;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"50.62.147.35\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752371705;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.200.57\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752378508;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"208.109.213.127\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:8;s:4:\"date\";i:1754349673;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"72.167.224.252\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752384846;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.161.6\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752385584;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.194.94\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753495955;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"184.168.113.203\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752392626;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"148.72.211.168\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:11;s:4:\"date\";i:1768939309;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:6:\"nautil\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768944810;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.134.210\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753502893;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"216.234.211.56\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752448503;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752450022;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.40.217\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752501016;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"132.148.101.230\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752503552;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"184.168.122.113\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752506815;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"132.148.176.188\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752507660;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"72.167.151.73\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752512288;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"73.76.80.102\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752550020;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752551429;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"92.205.215.142\";a:1:{s:6:\"admin2\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752598018;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"152.58.117.218\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752634362;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752635827;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"189.55.152.26\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1752689750;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"45.41.105.130\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752738966;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752740427;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"172.56.153.31\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752837093;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1752838490;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"136.158.51.66\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1752989019;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"143.244.57.121\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753119369;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"172.59.218.166\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753162582;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753163977;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.192.172.254\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753168628;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"189.83.224.237\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753338474;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753339907;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"188.196.132.23\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753362905;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753364328;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"148.72.244.147\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753465697;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"84.247.181.144\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753403214;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"132.148.177.251\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753414475;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.180.66\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753436745;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"184.168.117.94\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753413395;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.29.137\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:8;s:4:\"date\";i:1753665311;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"208.109.34.85\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:10;s:4:\"date\";i:1766440835;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:10:\"smileypops\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754358067;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"188.138.102.156\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753449644;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"132.148.182.134\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753466276;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.188.6\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753619974;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"66.23.233.52\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753448481;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"50.62.146.98\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753451556;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"34.150.130.179\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753453202;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"45.173.189.177\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753458612;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753459993;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"92.204.236.104\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753465391;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"208.113.150.207\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753468389;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"118.139.182.104\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753468897;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"132.148.177.73\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753471724;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"192.169.150.196\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753473060;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"192.64.117.254\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753479806;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"68.183.221.234\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753495245;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"142.93.234.88\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753516020;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"107.180.114.161\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753646793;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.199.16.88\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753659985;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"171.244.61.80\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753659351;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"103.42.58.94\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753665775;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"162.240.150.20\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753623588;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"64.90.50.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753663305;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"216.55.146.45\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753612876;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"166.62.33.230\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753670094;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.1.236.151\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753653052;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"216.55.146.49\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753667415;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"92.205.232.136\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1768945502;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:11:\"51.20.121.9\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753650235;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"72.137.132.54\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753660342;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"152.42.201.157\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753665706;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"51.79.177.70\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753646061;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"45.117.169.5\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753667783;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"143.198.93.211\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753648168;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"162.55.65.66\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753620220;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"192.99.63.110\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1753668835;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"89.46.104.194\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753666229;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"87.106.237.102\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753657551;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"118.139.180.183\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753628633;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"209.126.107.54\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753649158;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.221.181.64\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753650223;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"34.147.145.240\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1753660386;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"115.186.173.250\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753635270;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"89.46.110.102\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753636054;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"132.148.78.150\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1754338450;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"139.99.112.1\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753639874;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"139.59.58.148\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753640251;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"132.148.75.116\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753641170;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"107.175.75.66\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753641661;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"148.72.247.255\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:7;s:4:\"date\";i:1754856904;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"216.55.146.54\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753645652;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.174.49\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753649205;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"162.0.215.123\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753650325;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"183.90.240.30\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753668810;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"67.223.118.121\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753656116;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"216.55.146.57\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753659968;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"50.62.186.54\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753662769;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"77.55.252.100\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753665026;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"103.99.178.8\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753665949;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"50.62.145.199\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1754882743;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"118.139.180.84\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753669594;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.53.16.202\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753685648;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"34.78.7.229\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753798972;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"35.245.74.253\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753865619;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"188.26.215.209\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753883945;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753885382;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"190.122.145.10\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1753980985;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1753982515;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"220.81.215.178\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754169836;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754171256;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"208.109.202.184\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754327759;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"107.180.117.163\";a:2:{s:13:\"inspire_media\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754339944;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754660724;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.18.154\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754641765;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:12:\"nicerjewelry\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754669972;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"92.205.214.250\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754352750;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"192.169.164.100\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754884179;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"184.168.118.132\";a:1:{s:11:\"websiterart\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754358329;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"146.70.133.137\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754365717;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754367151;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.172.55\";a:1:{s:6:\"artovy\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754410339;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"82.132.213.132\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754489074;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"42.96.46.137\";a:5:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1754782517;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:4:\"work\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754553356;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:16:\"elloscomunicacao\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754559071;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:8:\"darlamia\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754796411;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"www.pehlikhabar24x7.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754812141;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.195.238.77\";a:4:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1754808580;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:7:\"medical\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754558070;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"demo2\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754789314;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:22:\"alejandro@urciuolo.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754797641;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"212.42.58.120\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:6;s:4:\"date\";i:1754789846;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:15:\"lodhainmiraroad\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754558133;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:9:\"lemonflex\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754795747;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"72.167.140.13\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:8;s:4:\"date\";i:1754795250;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.32.236.214\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754552753;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"89.46.108.232\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:6;s:4:\"date\";i:1754799152;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:10:\"gruponexos\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754807757;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"88.222.241.148\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1754771833;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:12:\"mexicosebebe\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754803849;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"89.46.107.192\";a:3:{s:29:\"leonardo.falotico@edev.com.br\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754556250;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754569010;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:13:\"cellphoneshop\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754563553;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"8.210.225.126\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1754566862;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"47.88.77.148\";a:1:{s:6:\"jumakk\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754563224;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"143.244.168.63\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1754816922;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"43.245.111.84\";a:2:{s:6:\"toindo\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754570258;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754578689;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"163.61.72.11\";a:1:{s:6:\"energy\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754571767;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"89.46.110.212\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754574193;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"213.238.183.133\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754578816;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"65.109.154.253\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754579018;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.24.12.229\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754579190;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"107.180.118.246\";a:1:{s:7:\"finance\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754579376;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"162.0.209.88\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754580203;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.245.141\";a:1:{s:21:\"touchaccessproduction\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754580797;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"179.107.95.108\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1754614118;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754617338;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"152.42.199.39\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754632144;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"148.72.25.235\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1754858644;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.11.152\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754642816;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.199.26\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754683308;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.69.155\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754647160;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"173.201.253.251\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754659509;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:12:\"cocinabarato\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754678722;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"107.180.119.41\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754663605;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"107.180.119.132\";a:1:{s:16:\"midia1propaganda\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754670923;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"107.180.115.81\";a:1:{s:9:\"lemonflex\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754673649;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.245.62\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754677378;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.197.72\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754677576;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"69.163.178.233\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754678138;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"50.87.144.183\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754683157;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"89.11.169.158\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754684132;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754685521;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.185.81.247\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754799015;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.114.98.116\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1754802723;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"192.185.81.60\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754797925;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"108.167.132.25\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754780163;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"107.180.114.190\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754772976;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"50.87.179.240\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1754797577;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"162.241.252.98\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754792876;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:9:\"voiceover\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754794249;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.104.44.101\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1754800824;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"148.72.124.76\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754774394;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"50.87.253.41\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754775052;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.223.37\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1754806133;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"162.241.224.104\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754788331;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"64.90.53.137\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1754811193;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"50.87.145.118\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754784010;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"162.241.216.224\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754817852;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"135.181.230.9\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754783744;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:10:\"manchetems\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754799955;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:22:\"admin@nasuaestante.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754812515;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"212.80.18.213\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754806045;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"music\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754817397;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"128.199.161.88\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754804582;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:4:\"amir\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754815810;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"108.179.193.190\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754786374;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"198.54.121.141\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754811287;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"216.69.171.23\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754787237;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"108.179.241.227\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754790280;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"184.168.99.84\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754799071;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:8:\"webixnet\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754807484;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:8:\"dmstudio\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754817619;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"203.26.151.162\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754798469;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"192.250.232.152\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1754814660;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"190.92.174.31\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754805841;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.173.66.99\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1754813314;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.184.155.26\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754803015;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"41.185.8.130\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754806586;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:25:\"nailhead@suryasemesta.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754816458;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"122.17.166.228\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754799074;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"62.210.245.17\";a:3:{s:13:\"joaodagrafica\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754799085;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:4:\"kdev\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754806773;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754817743;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"162.241.224.155\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754800922;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"68.65.120.246\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1754810422;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"65.21.29.43\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754803148;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"213.238.183.161\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754806197;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:17:\"saborescampestres\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754816892;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.185.81.108\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754805202;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"134.122.126.58\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754805236;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.74.116.73\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1754818914;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"192.185.4.126\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754805901;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"159.65.189.193\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1754815187;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"35.154.5.242\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754808670;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"125.212.243.142\";a:2:{s:6:\"bunpot\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754810767;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754815504;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"160.191.89.138\";a:1:{s:10:\"mauroipora\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754814026;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"51.158.145.134\";a:1:{s:8:\"abonisma\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754815746;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"171.244.17.121\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754816849;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"67.20.76.166\";a:1:{s:18:\"www.l1dustriel.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754820113;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.220.250\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754844754;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"118.139.182.11\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754857176;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"107.180.113.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754863573;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"81.88.52.178\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754871151;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"72.167.104.136\";a:1:{s:29:\"lizardpagesinvitado@gmail.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754874043;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"173.201.181.65\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754876858;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"184.168.115.59\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754880624;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"132.148.181.38\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754889798;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"149.28.173.239\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754890913;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"92.205.170.195\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754892341;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"160.153.175.147\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754893283;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"86.124.142.130\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754907490;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1754908871;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"143.44.225.131\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755246038;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755247506;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"70.45.26.68\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1755377626;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755379082;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"84.239.16.137\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755470271;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755471702;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"132.148.178.183\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755525299;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.222.171.181\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755540370;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"171.48.105.62\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755613368;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755614881;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"200.0.215.40\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755715603;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755717040;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"49.150.68.224\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1755838866;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755840244;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"167.71.223.44\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755844702;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.138.208.30\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755884446;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"82.14.184.25\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755952303;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1755953747;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"92.205.167.152\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1756256390;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761628851;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"132.148.72.207\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1756274493;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"105.119.32.158\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1756292773;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1756294189;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"180.196.106.246\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1756348012;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1756351068;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"179.82.97.29\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1757225676;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1757227151;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.249.38.185\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1757227227;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1757228608;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"189.147.70.223\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1757377843;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1757379282;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.130.187.18\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1757505981;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1757507406;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"86.75.88.102\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1757625689;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"189.37.67.181\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1757858712;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1757862380;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"189.37.66.231\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1757938801;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1757948322;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"177.133.220.9\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1758030739;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758032180;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"169.224.104.116\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758072218;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.125.115.24\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758125909;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"180.151.79.138\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758189809;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758200068;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"76.181.194.204\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758299157;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1758302094;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"157.245.192.154\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758358313;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"90.217.64.169\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758427290;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758428692;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"211.135.31.253\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758759945;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758761325;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.157.53.19\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758883380;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.39.116.42\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758883664;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758885094;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"41.185.8.230\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758961591;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"90.156.143.133\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758967641;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"161.49.105.133\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1758989577;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758992419;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"105.113.61.204\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1758984939;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"106.219.164.165\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759124189;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"106.219.164.186\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1759136361;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759139396;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"157.119.82.119\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1759196353;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1759426956;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"106.219.160.15\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759209952;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759213496;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"35.227.168.231\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759236712;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"104.28.224.82\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759245609;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759247044;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"189.78.229.27\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759345474;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759346875;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"209.226.104.9\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759431051;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759432470;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"184.145.179.20\";a:1:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759432868;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"188.26.219.137\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759500603;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759502031;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"187.191.8.245\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759544426;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759545863;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"187.18.253.100\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759544794;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"181.199.61.177\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1759599414;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759606548;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"153.207.204.39\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759598174;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1759601102;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.160.71.203\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759664625;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759666057;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"170.245.178.245\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1759724369;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759725804;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"172.56.83.235\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1759773076;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759774507;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"49.204.149.47\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759887096;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"182.66.253.42\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759996292;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1759997705;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"169.150.203.247\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760301718;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"49.205.174.232\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1760335411;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"92.204.53.8\";a:2:{s:19:\"admin@wordpress.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760356798;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760472483;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"162.201.42.43\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1760360182;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760361619;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"50.62.185.157\";a:1:{s:7:\"webuser\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760368075;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"79.19.237.106\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760446937;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760448325;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.235.92.102\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760503869;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"201.70.127.10\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1760694456;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760696091;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"117.196.91.47\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1760760602;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760762030;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.235.92.40\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1760827073;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760828503;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"45.83.127.8\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1760856792;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"139.59.232.177\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1760883778;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.82.118.126\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761019161;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"116.206.159.207\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761025376;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"167.56.114.39\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1761091941;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761093369;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"183.107.22.182\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761211290;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761212688;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"136.117.118.18\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761228671;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.47.180.10\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761479429;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761480891;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"167.172.88.86\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1761807283;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"112.207.182.232\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1761583043;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761584525;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"103.70.86.70\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1761648583;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761650023;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"182.48.212.105\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761647603;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.161.65\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:5;s:4:\"date\";i:1766448734;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"109.63.56.76\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761992116;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1761993631;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"177.212.113.144\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762009503;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762010900;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"152.42.246.141\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762061416;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"179.173.103.58\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1762115761;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762117024;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"175.111.96.1\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1762193891;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762195273;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"49.149.67.247\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762194464;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762195881;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.28.149\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762202236;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"45.187.149.1\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762209624;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762217996;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"37.49.228.85\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762219359;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"102.176.75.65\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762243682;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"154.47.31.3\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762252483;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"223.185.23.113\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762328954;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"223.185.23.57\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1762338783;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"136.116.219.62\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762363726;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"223.123.102.166\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1762481342;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762482759;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.254.96.215\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762504394;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"15.235.171.5\";a:1:{s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762563588;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.134.189.9\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762670761;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"216.131.84.185\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762718126;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762719521;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"103.70.35.62\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762720201;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762721640;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"103.167.184.114\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762839454;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762840850;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"179.215.205.181\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1762954391;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1762956083;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"103.182.69.3\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763121269;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"177.3.167.32\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763138160;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763139571;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"73.159.162.51\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763196962;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763198393;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.19.48.126\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1763268241;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763269693;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"64.231.37.104\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763393938;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763395352;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"217.219.223.106\";a:1:{s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763443954;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.197.74.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1763488134;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"113.30.176.114\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763625480;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763626878;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"112.133.197.155\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763627135;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763628550;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"201.42.215.196\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763709982;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1763712829;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"177.203.27.211\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1763846280;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763847669;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"152.42.216.36\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1763950941;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"136.158.56.18\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764027330;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764028745;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"146.212.176.84\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1764082483;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764092836;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.182.69.40\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764235977;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764237371;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"124.217.26.20\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764392033;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764393444;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"45.131.194.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764440976;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"184.168.126.97\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764559759;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"122.52.234.173\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764581376;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764582822;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"45.127.45.213\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1764784644;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"154.249.212.216\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765017331;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"122.53.92.130\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1765023989;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"45.127.44.45\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765053089;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"49.43.89.80\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1765107347;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765108736;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.193.156.155\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765121786;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"45.127.45.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765122150;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.178.134.91\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765126372;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765127802;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.197.224.86\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765154426;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765155875;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"102.213.42.88\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1765229588;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765231034;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"171.25.193.82\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765455856;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"78.57.171.154\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765644740;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765646183;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"186.22.17.80\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1765737127;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765739022;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"64.227.150.159\";a:1:{s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765798652;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"197.43.120.52\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1765897405;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"175.107.220.132\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765977522;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1765978950;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.238.231.159\";a:1:{s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766062738;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"49.206.12.68\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766062836;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766064307;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.238.231.122\";a:1:{s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766067724;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"185.238.231.24\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766070010;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"150.242.197.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766150436;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"68.178.206.206\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1766446672;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"112.206.245.172\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766249550;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766251024;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"198.71.229.124\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1766418258;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"184.168.28.117\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1766440114;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"184.168.120.235\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1767805192;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"202.134.186.213\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766402179;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766403657;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"208.109.231.205\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1766447634;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"118.139.164.185\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1766501036;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"148.72.244.27\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766440930;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:11:\"92.205.64.3\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766441149;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.212.53\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766441802;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"148.66.157.16\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:6;s:4:\"date\";i:1768933780;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"184.168.123.167\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766443481;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:10:\"3.78.43.27\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766444340;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"72.167.222.59\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766446175;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"148.66.155.24\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1768945616;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:6:\"admin2\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768941518;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"92.204.239.47\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766447265;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:11:\"97.74.92.57\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766532163;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"103.47.184.2\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766532168;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"68.183.98.188\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766625513;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"46.226.10.67\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766643909;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.172.5.226\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1766708201;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766709633;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"62.133.60.208\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1766746828;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"107.11.4.35\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773567009;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1773569852;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"200.39.147.193\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767094416;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767095845;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"177.101.91.45\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1767117336;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767118728;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"49.206.12.122\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767175083;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767176486;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.114.253.23\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767276681;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767278535;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.114.252.89\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767276860;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767278623;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"207.38.87.177\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1767536201;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.147.102.51\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1767466487;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767468591;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"59.91.88.241\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767756608;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"117.208.193.145\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767757388;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1767761925;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"95.216.27.67\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767816377;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.87.143.107\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1767869220;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767870652;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"223.185.20.167\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1767941849;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767943229;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"47.238.170.64\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767969080;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"162.241.2.163\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767969122;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"47.242.2.139\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767969171;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"77.68.64.31\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1767998017;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"114.55.104.175\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767981409;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"192.140.162.207\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1767998066;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"94.138.200.91\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1768011697;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"34.27.97.145\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768011735;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"8.138.223.159\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768011772;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"66.29.141.128\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768027607;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"45.133.118.180\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768041655;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"8.156.67.207\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768056460;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"118.185.152.169\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1768114428;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768115869;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"132.255.159.195\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768234034;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1768236993;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"209.126.127.194\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1768933478;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"183.171.65.52\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1768425278;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768427136;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"179.159.35.47\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1768535011;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"180.193.220.6\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768636609;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768638037;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.144.64.108\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1768745854;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768747286;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.193.157.177\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768891679;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"166.62.85.160\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1768941469;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:7:\"hengker\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768934074;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:16:\"audywebmuchy@112\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768937942;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"72.167.227.237\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1768944502;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"216.70.80.191\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1768940702;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"208.109.33.144\";a:3:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1768938383;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:4:\"alex\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768939923;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:4:\"demo\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768943497;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"148.66.155.82\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1768935830;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"180.196.102.25\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1769050068;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769051705;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"124.40.246.132\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769164779;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769166240;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"168.194.232.194\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1769275271;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769277161;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"180.191.186.209\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1769409225;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"88.170.30.75\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769512486;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769513875;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"111.125.227.105\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1769640725;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769642344;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"35.247.104.19\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769720905;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"175.157.153.220\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769723014;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769724404;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"103.166.103.176\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1769971423;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1769972841;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"34.63.200.0\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1770035698;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"114.29.224.241\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1770211175;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1770212558;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"49.47.2.197\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1770226565;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1770228002;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.224.92.126\";a:1:{s:19:\"admin@wordpress.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1770448205;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:11:\"49.36.82.20\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1770791429;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"203.96.168.183\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1770905722;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1770908698;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"45.176.233.108\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1771328517;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1771329930;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"62.112.201.5\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1771387457;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777760929;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"35.150.39.131\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1771533636;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1771535035;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"86.125.21.206\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1771585255;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1771586699;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:10:\"60.54.33.1\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1771774147;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1771776975;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"14.248.94.54\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1771872679;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1771874059;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"197.192.237.178\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1771939249;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1771949829;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.247.52.236\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772028749;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772030285;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"207.35.211.98\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772131424;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772132825;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"222.152.107.152\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772134804;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772136221;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"140.184.2.241\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772187820;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772189228;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"130.62.211.250\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772213925;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772215346;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"188.225.177.182\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772215556;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772217041;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"41.210.145.129\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772281618;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772283072;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"210.79.178.142\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772286468;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772287914;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"177.253.181.186\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772291706;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772293147;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"223.230.22.195\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772351762;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772356344;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"217.165.0.169\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772354132;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772355878;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"91.51.87.148\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772401256;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772402740;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"45.229.146.176\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:4;s:4:\"date\";i:1772410007;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"34.60.194.114\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772463184;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"97.102.160.39\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772520476;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772521907;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"168.228.179.17\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772550121;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772551583;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"80.216.216.189\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772566995;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772568415;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.117.12.178\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772593471;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772594888;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"203.215.167.248\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772704670;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772706120;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"115.69.241.203\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772712714;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772714094;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"170.80.180.63\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772715826;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772717256;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"190.86.73.222\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772736025;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772737431;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"110.139.117.195\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772760430;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772763268;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"82.216.149.149\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772866937;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772869711;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"180.194.52.100\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772876566;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772878308;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"73.254.242.68\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772878673;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772880151;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"180.252.173.206\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772929281;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772930718;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"196.119.127.137\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1772930121;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"172.87.22.82\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772958528;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1772960010;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"88.234.226.252\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773029396;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773030821;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"106.51.2.196\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773086585;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773088014;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"123.252.234.116\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773141492;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"175.212.145.243\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773144618;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773145995;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"178.209.5.9\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773263214;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"209.198.132.195\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773302565;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773303994;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"223.181.125.153\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1773335876;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773337289;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"158.51.121.45\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773432615;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773452036;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"138.204.79.176\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773443521;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773444930;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.75\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458449;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.76\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458461;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.83\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458467;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.59\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458488;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.87\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458503;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.65\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458514;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.94\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458550;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.66\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458563;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.69\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458564;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.99\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458568;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.68\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458591;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.92\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458599;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.58\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458602;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.77\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458607;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.61\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458633;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.57\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458635;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.70\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458639;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.74\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458651;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.88\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458653;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.91\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458655;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.228.3.105\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458661;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.53\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458671;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.96\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458682;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.228.3.103\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458699;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.60\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458718;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.67\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458725;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.97\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458733;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.81\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458734;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.228.3.101\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458739;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.98\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458746;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.228.3.104\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458764;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.228.3.63\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773458772;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"77.231.96.29\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773479028;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773480406;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"201.218.125.149\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1773910334;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773911758;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"150.228.11.110\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773547949;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773549382;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"181.63.178.67\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773571040;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773572424;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"176.42.133.161\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773620282;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773621665;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"177.126.10.108\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773620406;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773621852;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"41.175.46.114\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773656782;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773658182;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"197.232.24.236\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773660448;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773661960;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"102.212.183.138\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773666076;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"118.35.174.78\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773671953;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773673367;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"179.148.132.122\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773691854;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773693350;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"189.179.10.135\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773693929;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773695336;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"203.145.49.45\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773722395;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773723832;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"122.176.100.127\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773738581;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773739998;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"117.242.56.235\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773740131;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773741515;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.190.133.68\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775425442;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775426823;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"80.106.234.218\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773827242;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773828686;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"196.189.157.96\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773827987;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1773830909;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"79.116.174.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773924540;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"117.207.114.133\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773924761;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"93.139.129.195\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773954905;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773956334;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"86.48.2.230\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773966659;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:10:\"2.65.148.3\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773977718;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773979165;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"122.172.81.163\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1773998672;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774000463;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"191.37.148.215\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774050633;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774052114;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.47.218.38\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774075572;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774076986;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"122.161.53.81\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774115994;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774117369;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"182.73.143.122\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774143785;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774145223;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"223.204.237.143\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774230432;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774232018;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"49.43.163.214\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774245455;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774246848;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"42.116.197.203\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774249460;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774250894;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"171.61.171.74\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774253303;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774254861;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"94.63.42.200\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774255680;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774257098;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"103.179.104.178\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774256617;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774258015;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"159.196.132.108\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774276144;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774277555;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"149.34.210.140\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774286082;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774287528;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"164.163.99.94\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774317740;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774319231;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"117.213.154.104\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774341256;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774342771;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"50.121.109.173\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774351516;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774352947;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"122.183.50.247\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774411534;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774412998;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"179.165.54.41\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774456069;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774457496;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"31.215.241.169\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774498660;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774500183;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"187.111.4.3\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774507836;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774509508;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"62.98.95.79\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774512960;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774516185;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"43.225.26.110\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1774791766;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"27.109.25.210\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774534885;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774536366;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"49.37.170.165\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774593772;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774595153;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"188.27.152.199\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774609543;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774610935;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"103.217.217.106\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774611233;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"190.245.146.99\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774671820;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"91.73.17.215\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774728752;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"93.233.162.56\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774742957;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774744388;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"105.100.90.249\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774790853;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774792298;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"149.34.244.165\";a:1:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774793558;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"155.4.167.237\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774968874;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1774970257;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"202.21.47.139\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774977462;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1774980780;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"117.20.28.226\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775028403;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775031241;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"154.192.169.43\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775030451;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775031966;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"105.168.234.89\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775074003;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"45.117.61.64\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775076374;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"106.194.116.213\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775154917;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"117.98.6.49\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775198314;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775203121;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"208.109.188.137\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:8;s:4:\"date\";i:1778676803;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:3:\"DIC\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775509899;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"45.249.86.154\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775254882;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775256281;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"92.99.78.213\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775263184;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775264572;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"68.178.173.85\";a:2:{s:3:\"DIC\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775594978;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775378900;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"106.215.163.154\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775284254;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775285690;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"72.167.150.128\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1778255255;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775456905;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"97.74.93.106\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775630990;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775441153;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"37.203.125.70\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775347552;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775349004;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"160.153.183.144\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775506422;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:15:\"165.165.224.206\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775528891;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775530402;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"172.59.221.135\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775619780;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775621208;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"103.170.245.231\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775656329;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775659166;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"41.90.97.127\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775726884;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775728319;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"51.223.141.183\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775794615;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775796031;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"91.215.144.213\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775805195;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775808032;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.178.142.91\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775821944;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775823373;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"197.132.144.175\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775856182;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775869873;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"176.133.182.7\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775867781;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775869178;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"223.188.37.139\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775925320;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:10:\"159.0.1.24\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1775962502;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1775963940;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"138.84.78.178\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1776015550;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776016968;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"27.34.64.85\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776034820;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1776037639;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"212.58.120.105\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776057856;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"156.223.197.84\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776114892;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"154.47.27.228\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776126554;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}s:3:\"DIC\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1776176985;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"104.28.162.9\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776134011;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"188.92.13.197\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776138523;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1776141301;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"160.250.255.179\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776141709;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"139.167.225.146\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776154726;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"58.10.119.51\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776210486;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"49.145.10.58\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776222010;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"139.167.225.126\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776226725;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"152.56.171.209\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776233430;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"103.47.134.48\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1776254597;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776256037;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"113.19.183.32\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776260574;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"5.30.218.248\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776273182;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"164.138.84.72\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1776329758;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776331157;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"185.238.231.143\";a:1:{s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776347630;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"27.61.42.141\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776417441;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.242.249.27\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776458859;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776460244;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"104.28.163.40\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776511299;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"5.94.25.242\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776540404;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776541834;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"54.37.239.214\";a:1:{s:9:\"2020admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776551572;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"122.183.45.12\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776602300;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"121.200.4.176\";a:2:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776627884;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1776659455;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"116.75.81.44\";a:1:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776694863;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"116.72.145.228\";a:1:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776741582;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"49.183.93.128\";a:2:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1776761771;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776763060;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"49.150.108.96\";a:1:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1776828120;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.171.117.46\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776827993;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"106.192.179.86\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776841299;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"223.228.150.186\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776841853;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"192.141.121.67\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776854272;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"179.182.119.123\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776875739;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"157.42.21.222\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776917016;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"70.22.223.219\";a:1:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1776938495;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"172.223.46.124\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1776985311;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777344628;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"152.59.33.233\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777028631;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"58.65.141.181\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777051551;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"126.209.105.25\";a:1:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777125549;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.190.40.160\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777167330;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"27.34.20.213\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777168012;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"106.219.120.20\";a:2:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1777484875;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777486159;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"27.76.233.240\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777279180;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"160.191.208.207\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438197;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.120\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438655;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.132\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438693;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.124\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438753;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.64.78.56\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438769;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.206\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438813;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.64.78.12\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438821;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.64.78.11\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438824;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.173\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438827;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.242\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438844;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"185.64.78.7\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438849;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.64.78.48\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438860;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.171\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438864;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.122\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438886;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.131\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438899;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"185.64.78.6\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438926;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.64.78.10\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438931;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.204\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438948;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.64.78.26\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438951;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.64.78.43\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438968;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.160\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777438972;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"185.64.78.5\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777439012;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.64.78.13\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777439048;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"185.64.78.4\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777439067;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.241\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777439149;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.177\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777439198;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"185.64.78.9\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777439217;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"185.64.78.105\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777439220;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"185.64.78.90\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777439280;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"175.157.46.37\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777440390;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"152.56.134.127\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777471457;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.145.55.176\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777526837;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.145.55.181\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777526201;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.145.55.184\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777526496;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.145.55.185\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777526654;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.145.55.189\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777526707;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.145.55.180\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777526940;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.145.55.190\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777526961;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.145.55.186\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777526997;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"103.145.55.183\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777527085;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:11:\"39.45.39.15\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777541321;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777542614;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"110.159.245.63\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777559821;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"41.59.43.153\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777575118;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"96.241.134.65\";a:2:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777639582;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777613240;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"45.175.115.205\";a:2:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777689150;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777691749;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"191.96.146.86\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777842952;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"191.96.146.119\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777842991;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"191.96.146.247\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777842995;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"191.96.146.20\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777842999;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"191.96.146.250\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777843003;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"191.96.146.194\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777843009;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"191.96.146.167\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777843021;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"191.96.146.146\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777843033;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"191.96.146.54\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777843048;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"191.96.146.117\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777843054;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"180.94.88.30\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777872000;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.228.92.250\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777879752;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.228.92.248\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777879761;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"185.228.92.249\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777879855;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.19\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777878558;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.17\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777878589;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.18\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777878611;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.21\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777878652;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.16\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777878673;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.15\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777878715;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.11\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777878865;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.14\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777878886;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.12\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777878897;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"91.246.176.13\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777879044;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"223.188.116.67\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1777924934;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"92.205.109.21\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:3;s:4:\"date\";i:1778684707;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"27.63.229.23\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1777997408;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"165.99.250.30\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1778039477;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"81.183.52.39\";a:2:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1778068791;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778070083;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"175.176.48.96\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778080091;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"122.161.69.144\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1778141849;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"212.101.251.139\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778150432;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"223.184.154.51\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1778167054;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"92.205.25.61\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778253010;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:12:\"46.32.229.28\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778265533;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"188.57.44.164\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778361189;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"152.56.173.5\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1778501899;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:15:\"103.129.238.240\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1778540688;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"20.219.51.47\";a:1:{s:10:\"demilation\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778585340;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:14:\"178.238.10.113\";a:1:{s:7:\"Support\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778585773;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"124.123.80.40\";a:2:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1778598192;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778599481;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"38.137.36.77\";a:1:{s:23:\"dhanjalieltsclasses.com\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1778671939;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:13:\"45.146.55.188\";a:1:{s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778685414;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"45.146.55.203\";a:1:{s:3:\"DIC\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778686619;s:7:\"gateway\";s:8:\"wp_login\";s:8:\"unlocked\";b:1;}}s:13:\"106.202.8.114\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778824667;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:14:\"157.34.209.157\";a:1:{s:19:\"dhanjalieltsclasses\";a:4:{s:7:\"counter\";i:1;s:4:\"date\";i:1778825473;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}s:12:\"27.34.66.214\";a:1:{s:5:\"admin\";a:4:{s:7:\"counter\";i:2;s:4:\"date\";i:1779119456;s:7:\"gateway\";s:9:\"wp_xmlrpc\";s:8:\"unlocked\";b:1;}}}', 'no');
INSERT INTO `n3nm_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(380, 'limit_login_retries', 'a:1:{s:12:\"27.34.66.214\";i:8;}', 'no'),
(381, 'limit_login_retries_valid', 'a:1:{s:12:\"27.34.66.214\";i:1779205856;}', 'no'),
(415, '_transient_health-check-site-status-result', '{\"good\":18,\"recommended\":4,\"critical\":0}', 'yes'),
(439, 'limit_login_lockouts_total', '2158', 'yes'),
(566, 'elementor_log', 'a:43:{s:32:\"32347fa3a274514280b9019037cd4568\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-13 12:32:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.1\";s:2:\"to\";s:6:\"3.24.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-13 12:32:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.1\";s:2:\"to\";s:6:\"3.24.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e2c99ed90bc6f9569ccf5040ee697310\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-18 11:46:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-18 11:46:18\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"ab8ef587771231fbe9bce5f5a95fc7e9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-18 11:46:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-18 11:46:18\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"0255e7f974c68224108920b8b5ddccce\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-18 11:46:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-18 11:46:18\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"30fa1dbe5e287b43839a08bb34048bb3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-18 11:46:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.2\";s:2:\"to\";s:6:\"3.24.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-18 11:46:18\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.2\";s:2:\"to\";s:6:\"3.24.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e3300d9a8c14cb8c4b4fb250e62c11fc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-18 11:46:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.2\";s:2:\"to\";s:6:\"3.24.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-18 11:46:18\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.2\";s:2:\"to\";s:6:\"3.24.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"bf6c8a101959700f800c4daa3953b196\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-24 11:39:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-24 11:39:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"604ee5851d3d15e2fc1225b77fb8d0c9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-24 11:39:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-24 11:39:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"40ed6e5607f03d929043dc5addd766b4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-24 11:39:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-24 11:39:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7d9e8e51b42b4162d819d0660278dfa0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-24 11:39:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.3\";s:2:\"to\";s:6:\"3.24.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-24 11:39:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.3\";s:2:\"to\";s:6:\"3.24.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"0c7205fde597bdb19f81ec884c889dd6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-09-24 11:39:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.3\";s:2:\"to\";s:6:\"3.24.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-09-24 11:39:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.3\";s:2:\"to\";s:6:\"3.24.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d861bfce437cd9f18d6c2a05f3970cd1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-01 12:01:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-01 12:01:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"455a9c074c66954437f9103fb9adfe47\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-01 12:01:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2024-10-01 12:01:45\";i:1;s:19:\"2024-10-01 12:01:45\";i:2;s:19:\"2024-10-01 12:01:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"7eed152aabb0f81eb3f5cfba7b79017a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-01 12:01:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-10-01 12:01:45\";i:1;s:19:\"2024-10-01 12:01:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d22b25bb9c306fa565adc3842e162b6c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-01 12:01:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.24.5\";}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-10-01 12:01:45\";i:1;s:19:\"2024-10-01 12:01:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.24.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"45521ee44952e3f66658c62d89303510\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-01 12:01:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.24.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-01 12:01:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.4\";s:2:\"to\";s:6:\"3.24.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c50fc7aa822aded5d1cfc083a0910339\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2024-10-01 12:01:45\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:109:\"unlink(/home/io4wo63t4o8v/public_html/wp-content/uploads/elementor/css/post-6.css): No such file or directory\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-01 12:01:45\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:109:\"unlink(/home/io4wo63t4o8v/public_html/wp-content/uploads/elementor/css/post-6.css): No such file or directory\";s:4:\"file\";s:82:\"/home/io4wo63t4o8v/public_html/wp-content/plugins/elementor/core/files/manager.php\";s:4:\"line\";i:113;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:82:\"/home/io4wo63t4o8v/public_html/wp-content/plugins/elementor/core/files/manager.php\";s:7:\"\0*\0line\";i:113;}s:32:\"bf0f0111373edec5ae078b2eb72e72e0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-09 08:33:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-09 08:33:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"2387a9e684dfdf46cd204545a58b291d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-09 08:33:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-09 08:33:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c629fada9b265aabccb3adc26c2ff9cb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-09 08:33:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-09 08:33:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7cb806d1b4001f517383716acfa5f8cc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-09 08:33:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.5\";s:2:\"to\";s:6:\"3.24.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-09 08:33:49\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.5\";s:2:\"to\";s:6:\"3.24.6\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b58b9a00bf5bc92e548e0d24dcd6d7a3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-09 08:33:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.5\";s:2:\"to\";s:6:\"3.24.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-09 08:33:49\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.5\";s:2:\"to\";s:6:\"3.24.6\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9b86450e47f1acd7be0c70acf0fa0844\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-16 02:54:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-16 02:54:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"0866dda3e15aba3f605b4a5782a7bfc9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-16 02:54:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-16 02:54:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5fc8dc760eaa71ab700f1f69f0abc890\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-16 02:54:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-16 02:54:23\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"991350d83698fe492d4b5dd88d7859c3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-16 02:54:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.6\";s:2:\"to\";s:6:\"3.24.7\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-16 02:54:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.6\";s:2:\"to\";s:6:\"3.24.7\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"dc46e1de9d8e0725463a4d5e5b4f49d1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-16 02:54:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.6\";s:2:\"to\";s:6:\"3.24.7\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-16 02:54:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.6\";s:2:\"to\";s:6:\"3.24.7\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"aa20b655514f7625799f8af3ff233363\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-29 01:32:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-29 01:32:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"6af021fda92b115fb3a552960206a6f9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-29 01:32:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-29 01:32:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"2b1fc1f272f9ee8e764887dfb41b4d2e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-29 01:32:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-29 01:32:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"4ec13a094a188ed539fad4109c978598\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-29 01:32:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.7\";s:2:\"to\";s:6:\"3.25.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-29 01:32:39\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.7\";s:2:\"to\";s:6:\"3.25.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d70e38bc249b82f8e83a1845aabacb8d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-29 01:32:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.7\";s:2:\"to\";s:6:\"3.25.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-29 01:32:39\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.24.7\";s:2:\"to\";s:6:\"3.25.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9a7193ff2a76fab6d652ef3a5d0a68ae\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-30 01:18:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-30 01:18:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"7cc2975d763acacf2c00a3bb08c05a3f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-30 01:18:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-30 01:18:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ef75b3a1b7c6fb37e7a8d8c081b7fb42\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-30 01:18:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-30 01:18:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"1e9e6b55cdddcbe7c1bdb0ef9519f858\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-30 01:18:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.1\";s:2:\"to\";s:6:\"3.25.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-30 01:18:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.1\";s:2:\"to\";s:6:\"3.25.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e7787e9c687c486aa55c1a000553e9b1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-10-30 01:18:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.1\";s:2:\"to\";s:6:\"3.25.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-10-30 01:18:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.1\";s:2:\"to\";s:6:\"3.25.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d4397d7ab013da6d6dab3fe751cdf80a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-11-04 08:37:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-11-04 08:37:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"b5b2c95c2e565a7525495bbd58116283\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-11-04 08:37:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-11-04 08:37:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"12ba58c1c346a83d5b67a3c16bd26018\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-11-04 08:37:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-11-04 08:37:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"085e4d5e916ee01d522d60b5d29d391a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-11-04 08:37:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.3\";s:2:\"to\";s:6:\"3.25.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-11-04 08:37:17\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.3\";s:2:\"to\";s:6:\"3.25.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"87c267f71a990f4fffe000ecab5ba238\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-11-04 08:37:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.3\";s:2:\"to\";s:6:\"3.25.4\";}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2024-11-04 08:37:17\";i:1;s:19:\"2024-11-04 08:37:17\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.25.3\";s:2:\"to\";s:6:\"3.25.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1668ce165f32e38fa2bfc91636aad18b\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-02-20 21:50:12\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:52:\"Automatic conversion of false to array is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-02-20 21:50:12\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:52:\"Automatic conversion of false to array is deprecated\";s:4:\"file\";s:76:\"/home/io4wo63t4o8v/public_html/wp-content/plugins/elementor/includes/api.php\";s:4:\"line\";i:176;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:76:\"/home/io4wo63t4o8v/public_html/wp-content/plugins/elementor/includes/api.php\";s:7:\"\0*\0line\";i:176;}}', 'no'),
(2041, 'elementor_tracker_notice', '1', 'yes'),
(5381, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1729053277;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'),
(5774, 'elementor_checklist', '{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"editor_visit_count\":0,\"steps\":[]}', 'yes'),
(5980, 'elementor_1_elementor_updater_batch_578ee40536ac30216f1f676b2009', 'a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}', 'no'),
(6262, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1779412386;s:7:\"checked\";a:3:{s:21:\"hello-elementor-child\";s:5:\"1.0.0\";s:15:\"hello-elementor\";s:5:\"3.4.9\";s:16:\"twentytwentyfour\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.9.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.5.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}', 'no'),
(6640, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1779418781;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.0.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:43:\"w.org/plugins/limit-login-attempts-reloaded\";s:4:\"slug\";s:29:\"limit-login-attempts-reloaded\";s:6:\"plugin\";s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";s:11:\"new_version\";s:5:\"3.2.4\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/limit-login-attempts-reloaded/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/limit-login-attempts-reloaded.3.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon-256x256.png?rev=2456910\";s:2:\"1x\";s:82:\"https://ps.w.org/limit-login-attempts-reloaded/assets/icon-128x128.png?rev=2456910\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/limit-login-attempts-reloaded/assets/banner-1544x500.png?rev=2954981\";s:2:\"1x\";s:84:\"https://ps.w.org/limit-login-attempts-reloaded/assets/banner-772x250.png?rev=2954981\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"27.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:7:\"checked\";a:4:{s:51:\"DIC-verify-certificates/DIC-verify-certificates.php\";s:5:\"1.0.0\";s:23:\"elementor/elementor.php\";s:6:\"3.29.2\";s:63:\"limit-login-attempts-reloaded/limit-login-attempts-reloaded.php\";s:5:\"3.2.4\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"24.5\";}}', 'no'),
(7370, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:2:{s:26:\"fas-arrow-alt-circle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:235:\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\";s:3:\"key\";s:26:\"fas-arrow-alt-circle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-check\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:274:\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\";s:3:\"key\";s:9:\"fas-check\";}s:7:\"version\";s:6:\"5.15.3\";}}}}', 'yes'),
(7753, 'elementor_connect_site_key', '81873081601dba09da310b3a84447231', 'yes'),
(10078, 'elementor_landing_pages_activation', '0', 'yes'),
(10079, '_elementor_local_google_fonts', 'a:2:{s:10:\"montserrat\";a:2:{s:3:\"url\";s:92:\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/google-fonts/css/montserrat.css\";s:7:\"version\";i:1742261832;}s:6:\"roboto\";a:2:{s:3:\"url\";s:88:\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1742261856;}}', 'yes'),
(10562, '_hello-elementor_notifications', 'a:2:{s:7:\"timeout\";i:1777998145;s:5:\"value\";s:8326:\"[{\"id\":\"hello-theme-3.4.7\",\"title\":\"3.4.7 - 2026-03-16\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Updated theme home page<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.6\",\"title\":\"3.4.6 - 2026-01-21\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Updated Elementor assets<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.5\",\"title\":\"3.4.5 - 2025-10-27\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>New: Add theme home to Finder<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Improve banner behavior after clicking on action button<\\/li>\\n\\t\\t\\t\\t<li>Fix: Load styles correctly in Gutenberg pages<\\/li>\\n\\t\\t\\t\\t<li>Fix: Do not change menu name after Elementor activation<\\/li>\\n\\t\\t\\t\\t<li>Fix: Ensure quicklinks works correctly from home page<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.4\",\"title\":\"3.4.4 - 2025-06-08\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Improve Header\\/Footer edit access from theme Home<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.3\",\"title\":\"3.4.3 - 2025-05-26\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Fix: Settings page empty after 3.4.0 in translated sites<\\/li>\\n\\t\\t\\t\\t<li>Fix: PHP 8.4 deprecation notice<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.2\",\"title\":\"3.4.2 - 2025-05-19\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Set Home links font weight to regular<\\/li>\\n  \\t\\t        <li>Tweak: Dart SASS 3.0.0 - resolve scss deprecated warnings<\\/li>\\n    \\t\\t    <li>Fix: Settings page empty after 3.4.0<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.0\",\"title\":\"3.4.0 - 2025-05-05\",\"description\":\"\\n            <ul>\\n                <li>New: Added Theme Home<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update theme settings page style<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update tested up to version 6.8<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.3.0\",\"title\":\"3.3.0 - 2025-01-21\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Added changelog link in theme settings<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n  \\t\\t        <li>Tweak: Update autoprefixer to latest versions<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.1\",\"title\":\"3.2.1 - 2024-12-16\",\"description\":\"\\n            <ul>\\n                <li>\\n                    Fix: Gutenberg editor expanded disproportionately after adding support for <code>theme.json<\\/code>\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/430\\\" target=\\\"_blank\\\">#430<\\/a>)\\n                <\\/li>\\n                <li>Fix: Use CSS logical properties in the theme<\\/li>\\n                <li>Fix: Add ARIA attributes to header nav menu<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.0\",\"title\":\"3.2.0 - 2024-12-15\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Convert classic to hybrid theme with block-editor support<\\/li>\\n                <li>Tweak: Added new design options to header\\/footer<\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.7<\\/code><\\/li>\\n                <li>\\n                    Fix: Minify JS files\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/419\\\" target=\\\"_blank\\\">#419<\\/a>)\\n                <\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.1\",\"title\":\"3.1.1 - 2024-07-30\",\"description\":\"\\n            <ul>\\n                <li>Fix: Use consistent <code>&lt;h2&gt;<\\/code> for comments title and comment form<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.0\",\"title\":\"3.1.0 - 2024-06-19\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Update <code>Requires PHP 7.4<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.5<\\/code><\\/li>\\n                <li>Tweak: Add the ability to style the brand layout<\\/li>\\n                <li>Tweak: Remove deprecated Elementor code<\\/li>\\n                <li>Tweak: Restore default focus styling inside the theme<\\/li>\\n                <li>Tweak: Add <code>aria-label<\\/code> attribute to various <code>&lt;nav&gt;<\\/code> elements<\\/li>\\n                <li>Tweak: Improve mobile menu keyboard accessibility<\\/li>\\n                <li>Tweak: Semantic mobile menu toggle button<\\/li>\\n                <li>Fix: The header renders redundant <code>&lt;p&gt;<\\/code> when tagline is empty<\\/li>\\n                <li>Fix: Single post renders redundant wrapping <code>&lt;div&gt;<\\/code> when it has no tags<\\/li>\\n                <li>Fix: Remove redundant wrapping <code>&lt;div&gt;<\\/code> from <code>wp_nav_menu()<\\/code> output<\\/li>\\n                <li>Fix: Wrap page <code>&lt;h1&gt;<\\/code> with <code>&lt;div&gt;<\\/code>, not <code>&lt;header&gt;<\\/code><\\/li>\\n                <li>Fix: Use consistent <code>&lt;h3&gt;<\\/code> for comments title and comment form<\\/li>\\n                <li>Fix: Remove heading tags from dynamic header\\/footer<\\/li>\\n                <li>\\n                    Fix: Mobile Menu hamburger is not visible for logged-out users in some cases\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/369\\\" target=\\\"_blank\\\">#369<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove duplicate ID attributes in the header mobile menu<\\/li>\\n                <li>\\n                    Fix: Remove redundant table styles\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/311\\\" target=\\\"_blank\\\">#311<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove redundant space below Site Logo in the header\\/footer<\\/li>\\n                <li>Fix: Remove redundant CSS from dynamic header\\/footer layout<\\/li>\\n                <li>\\n                    Fix: Separate post tags in single post\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/304\\\" target=\\\"_blank\\\">#304<\\/a>)\\n                <\\/li>\\n                <li>Fix: Display <code>the_tags()<\\/code> after <code>wp_link_pages()<\\/code><\\/li>\\n                <li>Fix: Remove page break navigation from archives when using <code>&lt;!--nextpage--&gt;<\\/code><\\/li>\\n                <li>Fix: Style posts pagination component layout<\\/li>\\n                <li>Fix: Add RTL support to pagination arrows in archive pages<\\/li>\\n                <li>\\n                    Fix: Update pagination prev\\/next labels and positions\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/404\\\" target=\\\"_blank\\\">#404<\\/a>)\\n                <\\/li>\\n                <li>Fix: Check if Elementor is loaded when using dynamic header & footer<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.2\",\"title\":\"3.0.2 - 2024-05-28\",\"description\":\"\\n            <ul>\\n                <li>Internal: Version bump release to refresh WordPress repository<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.1\",\"title\":\"3.0.1 - 2024-01-24\",\"description\":\"\\n            <ul>\\n                <li>Fix: Harden security for admin notice dismiss button<\\/li>\\n                <li>Fix: Add <code>alt<\\/code> attribute to all the images in the dashboard<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.0\",\"title\":\"3.0.0 - 2023-12-26\",\"description\":\"\\n            <ul>\\n                <li>New: Option to disable cross-site header & footer<\\/li>\\n                <li>Tweak: Update <code>Requires PHP 7.3<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.4<\\/code><\\/li>\\n                <li>Tweak: Move cross-site header & footer styles to a separate CSS file<\\/li>\\n                <li>Tweak: Don\'t load <code>header-footer.min.css<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Don\'t load <code>hello-frontend.min.js<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in the frontend<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in WordPress admin<\\/li>\\n                <li>Tweak: Remove unused JS code from the frontend<\\/li>\\n                <li>Tweak: Remove unused CSS code from the editor<\\/li>\\n                <li>Tweak: Remove unnecessary <code>role<\\/code> attributes from HTML landmark elements<\\/li>\\n                <li>Tweak: Link from Elementor Site Settings to Hello Theme Settings<\\/li>\\n                <li>Fix: Dynamic script version for better caching<\\/li>\\n            <\\/ul>\"}]\";}', 'no'),
(22194, 'WPLANG', 'en', 'yes'),
(37436, 'limit_login_plugin_version', '3.2.4', 'yes'),
(38887, '_transient_timeout_llar_lf_eb99446101a73ddc258143581b8731706a95e38df8ee6e088e2624cfa1fe67cf', '1779490631', 'no'),
(38888, '_transient_llar_lf_eb99446101a73ddc258143581b8731706a95e38df8ee6e088e2624cfa1fe67cf', 'a:1:{s:20:\"errors_in_early_hook\";b:0;}', 'no'),
(38890, '_transient_timeout_llar_lf_0b7cc20c11e023a63babd3759b5be24fa008c056c3f14006cfade787776304d2', '1779494431', 'no'),
(38891, '_transient_llar_lf_0b7cc20c11e023a63babd3759b5be24fa008c056c3f14006cfade787776304d2', 'a:1:{s:20:\"errors_in_early_hook\";b:0;}', 'no'),
(38896, '_site_transient_timeout_theme_roots', '1779420581', 'no'),
(38897, '_site_transient_theme_roots', 'a:3:{s:21:\"hello-elementor-child\";s:7:\"/themes\";s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";}', 'no'),
(38900, '_transient_timeout_elementor_remote_info_api_data_3.29.2', '1779473803', 'no');
INSERT INTO `n3nm_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(38901, '_transient_elementor_remote_info_api_data_3.29.2', 'a:4:{s:9:\"timestamp\";s:10:\"1779429077\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'no');

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

--
-- Table structure for table `n3nm_postmeta`
--

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

--
-- Dumping data for table `n3nm_postmeta`
--

INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2, 3, '_wp_page_template', 'default'),
(3, 6, '_elementor_edit_mode', 'builder'),
(4, 6, '_elementor_template_type', 'kit'),
(7, 9, '_wp_attached_file', '2024/05/logo-transparent.png'),
(8, 9, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:111;s:4:\"file\";s:28:\"2024/05/logo-transparent.png\";s:8:\"filesize\";i:24978;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9, 9, '_wp_attachment_image_alt', 'Dhanjal IELTS Classes Logo'),
(10, 10, '_wp_attached_file', '2024/05/favicon.png'),
(11, 10, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:154;s:6:\"height\";i:159;s:4:\"file\";s:19:\"2024/05/favicon.png\";s:8:\"filesize\";i:44308;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37828;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12, 10, '_wp_attachment_image_alt', 'Dhanjal IELTS Classes Favicon'),
(13, 12, '_wp_attached_file', '2024/05/cropped-favicon.png'),
(14, 12, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2024/05/cropped-favicon.png\";s:8:\"filesize\";i:155185;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129475;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41456;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15, 12, '_wp_attachment_image_alt', 'Dhanjal IELTS Classes Favicon'),
(16, 12, '_wp_attachment_context', 'site-icon'),
(17, 30, '_wp_attached_file', '2024/05/logo.png'),
(18, 30, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:111;s:4:\"file\";s:16:\"2024/05/logo.png\";s:8:\"filesize\";i:26066;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19, 34, '_wp_attached_file', '2024/05/Dhanjal-lelts-Classes-Banner.jpg'),
(20, 34, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:383;s:4:\"file\";s:40:\"2024/05/Dhanjal-lelts-Classes-Banner.jpg\";s:8:\"filesize\";i:121679;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Dhanjal-lelts-Classes-Banner-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17866;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Dhanjal-lelts-Classes-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11437;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Dhanjal-lelts-Classes-Banner-768x306.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86653;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(21, 45, '_wp_attached_file', '2024/05/Dhanjal-lelts-Classes-top.jpg'),
(22, 45, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:962;s:4:\"file\";s:37:\"2024/05/Dhanjal-lelts-Classes-top.jpg\";s:8:\"filesize\";i:47468;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Dhanjal-lelts-Classes-top-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5327;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Dhanjal-lelts-Classes-top-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33960;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Dhanjal-lelts-Classes-top-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3013;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Dhanjal-lelts-Classes-top-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21514;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Dhanjal-lelts-Classes-top-1536x924.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64972;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23, 45, '_wp_attachment_image_alt', 'Dhanjal-lelts-Classes'),
(24, 77, '_wp_attached_file', '2024/05/Dhanjal-lelts-Classes-logo.png'),
(25, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:415;s:6:\"height\";i:343;s:4:\"file\";s:38:\"2024/05/Dhanjal-lelts-Classes-logo.png\";s:8:\"filesize\";i:101468;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Dhanjal-lelts-Classes-logo-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57139;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Dhanjal-lelts-Classes-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26501;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26, 77, '_wp_attachment_image_alt', 'Dhanjal IELTS Classes Logo'),
(27, 79, '_wp_attached_file', '2024/05/higher-bands-in-Dhanjal-IELTS-Classes.jpg'),
(28, 79, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:953;s:6:\"height\";i:960;s:4:\"file\";s:49:\"2024/05/higher-bands-in-Dhanjal-IELTS-Classes.jpg\";s:8:\"filesize\";i:127565;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"higher-bands-in-Dhanjal-IELTS-Classes-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27564;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"higher-bands-in-Dhanjal-IELTS-Classes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9547;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"higher-bands-in-Dhanjal-IELTS-Classes-768x774.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113984;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(29, 79, '_wp_attachment_image_alt', 'Why choose DIC'),
(30, 135, '_wp_attached_file', '2024/05/ielts.jpg'),
(31, 135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:17:\"2024/05/ielts.jpg\";s:8:\"filesize\";i:21936;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ielts-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23378;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ielts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32, 135, '_wp_attachment_image_alt', 'ielts in shahkot'),
(33, 137, '_wp_attached_file', '2024/05/Spoken-English.jpg'),
(34, 137, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2024/05/Spoken-English.jpg\";s:8:\"filesize\";i:20055;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Spoken-English-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Spoken-English-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8146;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35, 137, '_wp_attachment_image_alt', 'Spoken English'),
(36, 152, '_wp_attached_file', '2024/05/skills.jpg'),
(37, 152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:18:\"2024/05/skills.jpg\";s:8:\"filesize\";i:22730;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"skills-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"skills-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38, 152, '_wp_attachment_image_alt', ''),
(39, 175, '_wp_attached_file', '2024/05/Online-Classes.jpg'),
(40, 175, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:26:\"2024/05/Online-Classes.jpg\";s:8:\"filesize\";i:21506;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Online-Classes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Online-Classes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7875;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(41, 175, '_wp_attachment_image_alt', 'Online Classes'),
(42, 177, '_wp_attached_file', '2024/05/unique-teaching-approach.jpg'),
(43, 177, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:36:\"2024/05/unique-teaching-approach.jpg\";s:8:\"filesize\";i:24354;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"unique-teaching-approach-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"unique-teaching-approach-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(44, 177, '_wp_attachment_image_alt', ''),
(45, 178, '_wp_attached_file', '2024/05/UKVI-IELTS.jpg'),
(46, 178, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2024/05/UKVI-IELTS.jpg\";s:8:\"filesize\";i:21324;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"UKVI-IELTS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"UKVI-IELTS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8004;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(47, 178, '_wp_attachment_image_alt', 'UKVI IELTS'),
(48, 210, '_wp_attached_file', '2024/05/why-us-banner.jpg'),
(49, 210, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:804;s:4:\"file\";s:25:\"2024/05/why-us-banner.jpg\";s:8:\"filesize\";i:228656;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"why-us-banner-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30939;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"why-us-banner-1024x762.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213589;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"why-us-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12152;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"why-us-banner-768x572.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139711;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(50, 210, '_wp_attachment_image_alt', 'why us'),
(51, 298, '_wp_attached_file', '2024/05/PTE.jpg'),
(52, 298, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:15:\"2024/05/PTE.jpg\";s:8:\"filesize\";i:22120;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"PTE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24329;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"PTE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8439;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(53, 298, '_wp_attachment_image_alt', 'PTE'),
(54, 305, '_wp_attached_file', '2024/05/Computer-courses.jpg'),
(55, 305, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:28:\"2024/05/Computer-courses.jpg\";s:8:\"filesize\";i:21098;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Computer-courses-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Computer-courses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8096;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(56, 305, '_wp_attachment_image_alt', 'Computer courses'),
(57, 306, '_wp_attached_file', '2024/05/Tuition.jpg'),
(58, 306, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:19:\"2024/05/Tuition.jpg\";s:8:\"filesize\";i:23052;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Tuition-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24346;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Tuition-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8345;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(59, 306, '_wp_attachment_image_alt', ''),
(60, 307, '_wp_attached_file', '2024/05/study-visa.jpg'),
(61, 307, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2024/05/study-visa.jpg\";s:8:\"filesize\";i:17694;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"study-visa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"study-visa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7145;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(62, 307, '_wp_attachment_image_alt', ''),
(63, 332, '_wp_attached_file', '2024/05/DIC-success-story-eight.jpg'),
(64, 332, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:517;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2024/05/DIC-success-story-eight.jpg\";s:8:\"filesize\";i:73928;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DIC-success-story-eight-172x300.jpg\";s:5:\"width\";i:172;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DIC-success-story-eight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8533;}s:25:\"elementor_custom_500x1000\";a:4:{s:4:\"file\";s:87:\"elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(65, 332, '_wp_attachment_image_alt', 'glimpses of our success stories image eight'),
(66, 333, '_elementor_edit_mode', 'builder'),
(67, 333, '_elementor_template_type', 'kit'),
(68, 333, '_wp_page_template', 'default'),
(69, 333, '_elementor_page_settings', 'a:13:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#232323\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#485B00\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:21:\"Dhanjal IELTS Classes\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(70, 333, '_elementor_data', '[]'),
(72, 333, '_elementor_version', '3.21.4'),
(73, 279, '_elementor_edit_mode', 'builder'),
(74, 279, '_elementor_template_type', 'container'),
(75, 279, '_elementor_version', '3.21.5'),
(76, 279, '_wp_page_template', 'default'),
(77, 279, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(78, 279, '_elementor_data', '[{\"id\":\"13761a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"2a359d4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(80, 334, '_wp_attached_file', '2024/05/DIC-success-story-eleven.jpg'),
(81, 334, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:622;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2024/05/DIC-success-story-eleven.jpg\";s:8:\"filesize\";i:68316;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"DIC-success-story-eleven-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"DIC-success-story-eleven-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7493;}s:25:\"elementor_custom_500x1000\";a:4:{s:4:\"file\";s:88:\"elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(82, 334, '_wp_attachment_image_alt', 'glimpses of our success stories image eleven'),
(83, 335, '_wp_attached_file', '2024/05/DIC-success-story-fifteen.jpg'),
(84, 335, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:511;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2024/05/DIC-success-story-fifteen.jpg\";s:8:\"filesize\";i:63891;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"DIC-success-story-fifteen-170x300.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16369;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"DIC-success-story-fifteen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7619;}s:25:\"elementor_custom_500x1000\";a:4:{s:4:\"file\";s:89:\"elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(85, 335, '_wp_attachment_image_alt', 'glimpses of our success stories image fifteen'),
(86, 336, '_wp_attached_file', '2024/05/DIC-success-story-fourteen.jpg'),
(87, 336, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:545;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2024/05/DIC-success-story-fourteen.jpg\";s:8:\"filesize\";i:71618;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"DIC-success-story-fourteen-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"DIC-success-story-fourteen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8328;}s:24:\"elementor_custom_500x770\";a:4:{s:4:\"file\";s:90:\"elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(88, 336, '_wp_attachment_image_alt', 'glimpses of our success stories image fourteen'),
(89, 337, '_wp_attached_file', '2024/05/DIC-success-story-nine.jpg'),
(90, 337, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:568;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2024/05/DIC-success-story-nine.jpg\";s:8:\"filesize\";i:59232;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"DIC-success-story-nine-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15753;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"DIC-success-story-nine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7285;}s:25:\"elementor_custom_500x1000\";a:4:{s:4:\"file\";s:86:\"elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(91, 337, '_wp_attachment_image_alt', 'glimpses of our success stories image nine'),
(92, 338, '_wp_attached_file', '2024/05/DIC-success-story-one.jpg'),
(93, 338, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:569;s:4:\"file\";s:33:\"2024/05/DIC-success-story-one.jpg\";s:8:\"filesize\";i:97066;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"DIC-success-story-one-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"DIC-success-story-one-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10601;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(94, 338, '_wp_attachment_image_alt', 'glimpses of our success stories image one'),
(95, 339, '_wp_attached_file', '2024/05/DIC-success-story-seven.jpg'),
(96, 339, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:706;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2024/05/DIC-success-story-seven.jpg\";s:8:\"filesize\";i:88591;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DIC-success-story-seven-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14602;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DIC-success-story-seven-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(97, 339, '_wp_attachment_image_alt', 'glimpses of our success stories image seven'),
(98, 340, '_wp_attached_file', '2024/05/DIC-success-story-sisteen.jpg'),
(99, 340, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:887;s:4:\"file\";s:37:\"2024/05/DIC-success-story-sisteen.jpg\";s:8:\"filesize\";i:132384;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"DIC-success-story-sisteen-271x300.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31605;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"DIC-success-story-sisteen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10865;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"DIC-success-story-sisteen-768x852.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159317;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(100, 341, '_wp_attached_file', '2024/05/DIC-success-story-six.jpg'),
(101, 341, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:567;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2024/05/DIC-success-story-six.jpg\";s:8:\"filesize\";i:65115;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"DIC-success-story-six-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16987;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"DIC-success-story-six-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7184;}s:25:\"elementor_custom_500x1000\";a:4:{s:4:\"file\";s:85:\"elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(102, 341, '_wp_attachment_image_alt', 'glimpses of our success stories image six'),
(103, 342, '_wp_attached_file', '2024/05/DIC-success-story-ten.jpg'),
(104, 342, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:569;s:6:\"height\";i:900;s:4:\"file\";s:33:\"2024/05/DIC-success-story-ten.jpg\";s:8:\"filesize\";i:49178;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"DIC-success-story-ten-190x300.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13713;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"DIC-success-story-ten-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5714;}s:25:\"elementor_custom_500x1000\";a:4:{s:4:\"file\";s:85:\"elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(105, 343, '_wp_attached_file', '2024/05/DIC-success-story-thirteen.jpg'),
(106, 343, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:698;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2024/05/DIC-success-story-thirteen.jpg\";s:8:\"filesize\";i:83876;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"DIC-success-story-thirteen-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"DIC-success-story-thirteen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(107, 344, '_wp_attached_file', '2024/05/DIC-success-story-three.jpg'),
(108, 344, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:561;s:4:\"file\";s:35:\"2024/05/DIC-success-story-three.jpg\";s:8:\"filesize\";i:121095;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DIC-success-story-three-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31117;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DIC-success-story-three-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11666;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(109, 345, '_wp_attached_file', '2024/05/DIC-success-story-tweleve.jpg'),
(110, 345, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:604;s:6:\"height\";i:900;s:4:\"file\";s:37:\"2024/05/DIC-success-story-tweleve.jpg\";s:8:\"filesize\";i:52885;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"DIC-success-story-tweleve-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"DIC-success-story-tweleve-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6527;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(111, 346, '_wp_attached_file', '2024/05/DIC-success-story-two.jpg'),
(112, 346, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:359;s:4:\"file\";s:33:\"2024/05/DIC-success-story-two.jpg\";s:8:\"filesize\";i:86799;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"DIC-success-story-two-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"DIC-success-story-two-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11305;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"DIC-success-story-two-768x306.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85279;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(113, 346, '_wp_attachment_image_alt', 'glimpses of our success stories image two'),
(114, 374, '_wp_attached_file', '2024/05/DIC-success-story-two-1.jpg'),
(115, 374, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:359;s:4:\"file\";s:35:\"2024/05/DIC-success-story-two-1.jpg\";s:8:\"filesize\";i:86799;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DIC-success-story-two-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DIC-success-story-two-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11305;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"DIC-success-story-two-1-768x306.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85279;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(116, 374, '_wp_attachment_image_alt', 'glimpses of our success stories image two'),
(117, 382, '_wp_attached_file', '2024/05/Jasvir-Singh-CEO-at-DIC.jpg'),
(118, 382, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:675;s:6:\"height\";i:900;s:4:\"file\";s:35:\"2024/05/Jasvir-Singh-CEO-at-DIC.jpg\";s:8:\"filesize\";i:45067;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Jasvir-Singh-CEO-at-DIC-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11265;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Jasvir-Singh-CEO-at-DIC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4509;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(119, 382, '_wp_attachment_image_alt', 'Jasvir Singh Dhanjal CEO at DIC'),
(120, 383, '_wp_attached_file', '2024/05/Rajwinder-Kaur-MD-of-DIC.jpg'),
(121, 383, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:675;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\";s:8:\"filesize\";i:59322;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Rajwinder-Kaur-MD-of-DIC-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Rajwinder-Kaur-MD-of-DIC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(122, 383, '_wp_attachment_image_alt', ''),
(123, 385, '_wp_page_template', 'default'),
(124, 385, '_edit_last', '1'),
(125, 385, '_elementor_edit_mode', 'builder'),
(126, 385, '_elementor_template_type', 'wp-page'),
(127, 385, '_elementor_version', '3.21.8'),
(128, 385, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(129, 385, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(131, 385, '_yoast_wpseo_focuskw', 'Dhanjal IELTS Classes Shahkot'),
(132, 385, '_yoast_wpseo_title', 'English language proficiency and much more %%page%% %%sep%% %%sitename%%'),
(133, 385, '_yoast_wpseo_metadesc', 'We are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency'),
(134, 385, '_yoast_wpseo_linkdex', '44'),
(135, 385, '_yoast_wpseo_content_score', '60'),
(136, 385, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(137, 385, '_yoast_wpseo_wordproof_timestamp', ''),
(142, 388, '_menu_item_type', 'post_type'),
(143, 388, '_menu_item_menu_item_parent', '0'),
(144, 388, '_menu_item_object_id', '385'),
(145, 388, '_menu_item_object', 'page'),
(146, 388, '_menu_item_target', ''),
(147, 388, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(148, 388, '_menu_item_xfn', ''),
(149, 388, '_menu_item_url', ''),
(150, 108, '_elementor_edit_mode', 'builder'),
(151, 108, '_edit_last', '1'),
(152, 108, '_elementor_template_type', 'wp-page'),
(153, 108, '_elementor_version', '3.21.8'),
(154, 108, '_wp_page_template', 'default'),
(155, 108, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(156, 108, '_elementor_data', '[{\"id\":\"f7409b2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"af0906f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"542a910\",\"elType\":\"widget\",\"settings\":{\"title\":\"Verify your certificate\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fe87f1\",\"elType\":\"widget\",\"settings\":{\"html\":\"[verify_certificate]\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0cbdb2a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4af316a2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"3555ee39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(158, 108, '_yoast_wpseo_focuskw', 'Verify your certificate'),
(159, 108, '_yoast_wpseo_metadesc', 'Verify your certificate at Dhanjal IELTS Classes, we are here to help you to check your certificate online.'),
(160, 108, '_yoast_wpseo_linkdex', '13'),
(161, 108, '_yoast_wpseo_content_score', '90'),
(162, 108, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(163, 108, '_yoast_wpseo_wordproof_timestamp', ''),
(164, 389, '_menu_item_type', 'post_type'),
(165, 389, '_menu_item_menu_item_parent', '0'),
(166, 389, '_menu_item_object_id', '108'),
(167, 389, '_menu_item_object', 'page'),
(168, 389, '_menu_item_target', ''),
(169, 389, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(170, 389, '_menu_item_xfn', ''),
(171, 389, '_menu_item_url', ''),
(172, 133, '_edit_last', '1'),
(173, 133, '_elementor_edit_mode', 'builder'),
(174, 133, '_elementor_template_type', 'wp-page'),
(175, 133, '_elementor_version', '3.21.5'),
(176, 133, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(177, 133, '_elementor_data', '[{\"id\":\"9a30415\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"8e1b10d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a7fad6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What do we offer?\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99c2919\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"ab60f3b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"2\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":920,\"sizes\":[]},\"_flex_align_self\":\"center\",\"grid_gaps\":{\"column\":\"35\",\"row\":\"35\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4501731\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/ielts.jpg\",\"id\":135,\"size\":\"\",\"alt\":\"ielts in shahkot\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ad7e319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>IELTS PREPARATION<\\/h2>\\n<p>Tailored programs to help you master each section of the IELTS exam, ensuring you achieve the score you need for your academic or professional journey.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b1d4e34\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"2\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":920,\"sizes\":[]},\"_flex_align_self\":\"center\",\"grid_gaps\":{\"column\":\"35\",\"row\":\"35\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d209c2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>SPOKEN ENGLISH<\\/h2>\\nInteractive sessions designed to improve your spoken English skills, boosting your confidence in real-world conversations.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38fdb66\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Spoken-English.jpg\",\"id\":137,\"size\":\"\",\"alt\":\"Spoken English\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_order_mobile\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b592d6b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"2\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":920,\"sizes\":[]},\"_flex_align_self\":\"center\",\"grid_gaps\":{\"column\":\"35\",\"row\":\"35\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d23d1bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/skills.jpg\",\"id\":152,\"size\":\"\",\"alt\":\"LIFE SKILLS TRAINING\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bcc40c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>LIFE SKILLS TRAINING<\\/h2>\\nHolistic development courses that equip you with essential interpersonal and practical skills for everyday life and the global workplace.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9547f78\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"2\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":920,\"sizes\":[]},\"_flex_align_self\":\"center\",\"grid_gaps\":{\"column\":\"35\",\"row\":\"35\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9b267b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>ONLINE CLASSES<\\/h2>\\nFlexible and convenient online learning options that bring our classroom experience to your home, no matter where you are.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a44d084\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Online-Classes.jpg\",\"id\":175,\"size\":\"\",\"alt\":\"Online Classes\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_order_mobile\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3d66b2b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"2\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":920,\"sizes\":[]},\"_flex_align_self\":\"center\",\"grid_gaps\":{\"column\":\"35\",\"row\":\"35\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"00dff35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/UKVI-IELTS.jpg\",\"id\":178,\"size\":\"\",\"alt\":\"UKVI IELTS\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a6054c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>UKVI IELTS<\\/h2>\\nSpecialized training for the UK Visas and Immigration (UKVI) IELTS test, meeting the specific requirements for UK visa applications.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1520433\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"2\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":920,\"sizes\":[]},\"_flex_align_self\":\"center\",\"grid_gaps\":{\"column\":\"35\",\"row\":\"35\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"96f1530\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>PTE<\\/h2>\\nOur PTE preparation courses are designed to help non-native English speakers achieve proficiency in English. The PTE is a widely recognized test that assesses reading, writing, speaking, and listening skills.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"054c04a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/PTE.jpg\",\"id\":298,\"size\":\"\",\"alt\":\"PTE\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_order_mobile\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7df0071\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"2\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":920,\"sizes\":[]},\"_flex_align_self\":\"center\",\"grid_gaps\":{\"column\":\"35\",\"row\":\"35\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6267e19\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Computer-courses.jpg\",\"id\":305,\"size\":\"\",\"alt\":\"Computer courses\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1bd495\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>COMPUTER COURSES<\\/h2>\\nWe offer a variety of computer courses that cater to all skill levels, from beginners to advanced users. Our courses cover essential topics.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0d55e68\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"2\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":920,\"sizes\":[]},\"_flex_align_self\":\"center\",\"grid_gaps\":{\"column\":\"35\",\"row\":\"35\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"679005c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>TUITION<\\/h2>\\nOur tuition services provide personalized educational support to help students excel academically. With experienced tutors in various subjects.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f52a8b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Tuition.jpg\",\"id\":306,\"size\":\"\",\"alt\":\"Tuition\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_flex_order_mobile\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a1e1ed7\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":\"2\"},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":\"1\"},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"1\"},\"boxed_width\":{\"unit\":\"px\",\"size\":920,\"sizes\":[]},\"_flex_align_self\":\"center\",\"grid_gaps\":{\"column\":\"35\",\"row\":\"35\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c30bf3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/study-visa.jpg\",\"id\":307,\"size\":\"\",\"alt\":\"study visa\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9b2e35a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>STUDY VISA<\\/h2>\\nOur experts are here to guide you through the process, ensuring you have the necessary documentation and support to pursue education abroad legally and with confidence.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ac0fe16\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0002083\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"2656720\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"8ea61e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(178, 133, '_wp_page_template', 'default'),
(180, 133, '_yoast_wpseo_focuskw', 'Courses and Services'),
(181, 133, '_yoast_wpseo_metadesc', 'IELTS Exam, Spoken English Skills, Life Skills, Online Classes, UKVI IELTS, PTE preparation, Computer Courses, Tuition Services, Study Visa'),
(182, 133, '_yoast_wpseo_linkdex', '58'),
(183, 133, '_yoast_wpseo_content_score', '90'),
(184, 133, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(185, 133, '_yoast_wpseo_wordproof_timestamp', ''),
(186, 390, '_menu_item_type', 'post_type'),
(187, 390, '_menu_item_menu_item_parent', '0'),
(188, 390, '_menu_item_object_id', '133'),
(189, 390, '_menu_item_object', 'page'),
(190, 390, '_menu_item_target', ''),
(191, 390, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(192, 390, '_menu_item_xfn', ''),
(193, 390, '_menu_item_url', ''),
(194, 391, '_menu_item_type', 'post_type'),
(195, 391, '_menu_item_menu_item_parent', '0'),
(196, 391, '_menu_item_object_id', '133'),
(197, 391, '_menu_item_object', 'page'),
(198, 391, '_menu_item_target', ''),
(199, 391, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(200, 391, '_menu_item_xfn', ''),
(201, 391, '_menu_item_url', ''),
(202, 185, '_edit_last', '1'),
(203, 185, '_elementor_edit_mode', 'builder'),
(204, 185, '_elementor_template_type', 'wp-page'),
(205, 185, '_elementor_version', '3.21.5'),
(206, 185, '_wp_page_template', 'default'),
(207, 185, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(208, 185, '_elementor_data', '[{\"id\":\"c2a2a0f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"22c8c54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a3f2f4a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"}},\"elements\":[{\"id\":\"52e69e9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3217d3a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2>Address:<\\/h2>\\nFirst Floor 2738, Azad Nagar, Saidpur Road, Shahkot (Jalandhar)<br><br>\\n<h2>Contact us:<\\/h2>\\nPh. +91 98786-77113, 01821-513313<br>\\nEmail: dhanjalieltsclassesdic@gmail.com\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_flex_align_self\":\"flex-end\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"852ad4e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"8350f75\",\"elType\":\"widget\",\"settings\":{\"address\":\"dhanjal ielts classes shahkot\",\"zoom\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"baf1a35\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"21a79ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"423a0a2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"4d9837a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(210, 185, '_yoast_wpseo_focuskw', 'Contact Dhanjal IELTS Classes'),
(211, 185, '_yoast_wpseo_metadesc', 'Contact Dhanjal IELTS Classes, Our address is First Floor 2738, Azad Nagar, Saidpur Road, Shahkot (Jalandhar)'),
(212, 185, '_yoast_wpseo_linkdex', '36'),
(213, 185, '_yoast_wpseo_content_score', '90'),
(214, 185, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(215, 185, '_yoast_wpseo_wordproof_timestamp', ''),
(216, 392, '_menu_item_type', 'post_type'),
(217, 392, '_menu_item_menu_item_parent', '0'),
(218, 392, '_menu_item_object_id', '185'),
(219, 392, '_menu_item_object', 'page'),
(220, 392, '_menu_item_target', ''),
(221, 392, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(222, 392, '_menu_item_xfn', ''),
(223, 392, '_menu_item_url', ''),
(224, 393, '_menu_item_type', 'post_type'),
(225, 393, '_menu_item_menu_item_parent', '0'),
(226, 393, '_menu_item_object_id', '185'),
(227, 393, '_menu_item_object', 'page'),
(228, 393, '_menu_item_target', ''),
(229, 393, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(230, 393, '_menu_item_xfn', ''),
(231, 393, '_menu_item_url', ''),
(232, 394, '_menu_item_type', 'custom'),
(233, 394, '_menu_item_menu_item_parent', '0'),
(234, 394, '_menu_item_object_id', '394'),
(235, 394, '_menu_item_object', 'custom'),
(236, 394, '_menu_item_target', '_blank'),
(237, 394, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(238, 394, '_menu_item_xfn', ''),
(239, 394, '_menu_item_url', 'https://www.google.com/url?q=https%3A%2F%2Fwww.facebook.com%2Fp%2FDhanjal-Ielts-Classes-100075983812103%2F&sa=D&sntz=1&usg=AOvVaw3ZZuHYZWafi8Jmewb1G4cz'),
(240, 395, '_menu_item_type', 'custom'),
(241, 395, '_menu_item_menu_item_parent', '0'),
(242, 395, '_menu_item_object_id', '395'),
(243, 395, '_menu_item_object', 'custom'),
(244, 395, '_menu_item_target', '_blank'),
(245, 395, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(246, 395, '_menu_item_xfn', ''),
(247, 395, '_menu_item_url', 'https://www.google.com/url?q=https%3A%2F%2Fwww.instagram.com%2Fdhanjalielts&sa=D&sntz=1&usg=AOvVaw3spi-nOoN0ELQ9V_54dflb'),
(248, 396, '_menu_item_type', 'custom'),
(249, 396, '_menu_item_menu_item_parent', '0'),
(250, 396, '_menu_item_object_id', '396'),
(251, 396, '_menu_item_object', 'custom'),
(252, 396, '_menu_item_target', '_blank'),
(253, 396, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(254, 396, '_menu_item_xfn', ''),
(255, 396, '_menu_item_url', 'https://www.youtube.com/@dhanjalieltsclasses'),
(256, 241, '_edit_last', '1'),
(257, 241, '_elementor_edit_mode', 'builder'),
(258, 241, '_elementor_template_type', 'wp-page'),
(259, 241, '_elementor_version', '3.21.8'),
(260, 241, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(261, 241, '_elementor_data', '[{\"id\":\"a0a67ad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"e81d327\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6238e90\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]}},\"elements\":[{\"id\":\"ecee582\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c03fee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac05f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Commitment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a345216\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75aaf06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Sets Us Apart\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9c56da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\",\"_id\":\"0404720\"},{\"text\":\"Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam \\u2013 Listening, Reading, Writing, and Speaking \\u2013 with a focus on building your confidence and competence in each area.\",\"_id\":\"91eed69\"},{\"text\":\"Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\",\"_id\":\"9733542\"},{\"text\":\"Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\",\"_id\":\"0c66b17\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0b98475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b1e6ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ebeba4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\",\"_id\":\"0404720\"},{\"text\":\"One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\",\"_id\":\"d2bede9\"},{\"text\":\"Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\",\"_id\":\"5cb8cc3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3786156\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Started Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dfcca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20991a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b12486e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"41859c68\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"30c32d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(262, 241, '_wp_page_template', 'default'),
(264, 241, '_yoast_wpseo_focuskw', 'About Dhanjal IELTS Classes'),
(265, 241, '_yoast_wpseo_metadesc', 'At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it’s pursuing higher education, emigrating to a new country, or advancing in your career.'),
(266, 241, '_yoast_wpseo_linkdex', '53'),
(267, 241, '_yoast_wpseo_content_score', '30'),
(268, 241, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(269, 241, '_yoast_wpseo_wordproof_timestamp', ''),
(270, 397, '_menu_item_type', 'post_type'),
(271, 397, '_menu_item_menu_item_parent', '0'),
(272, 397, '_menu_item_object_id', '241'),
(273, 397, '_menu_item_object', 'page'),
(274, 397, '_menu_item_target', ''),
(275, 397, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(276, 397, '_menu_item_xfn', ''),
(277, 397, '_menu_item_url', ''),
(278, 398, '_menu_item_type', 'post_type'),
(279, 398, '_menu_item_menu_item_parent', '0'),
(280, 398, '_menu_item_object_id', '241'),
(281, 398, '_menu_item_object', 'page'),
(282, 398, '_menu_item_target', ''),
(283, 398, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(284, 398, '_menu_item_xfn', ''),
(285, 398, '_menu_item_url', ''),
(289, 400, '_menu_item_type', 'post_type'),
(290, 400, '_menu_item_menu_item_parent', '0'),
(291, 400, '_menu_item_object_id', '385'),
(292, 400, '_menu_item_object', 'page'),
(293, 400, '_menu_item_target', ''),
(294, 400, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(295, 400, '_menu_item_xfn', ''),
(296, 400, '_menu_item_url', ''),
(297, 401, '_menu_item_type', 'post_type'),
(298, 401, '_menu_item_menu_item_parent', '0'),
(299, 401, '_menu_item_object_id', '108'),
(300, 401, '_menu_item_object', 'page'),
(301, 401, '_menu_item_target', ''),
(302, 401, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(303, 401, '_menu_item_xfn', ''),
(304, 401, '_menu_item_url', ''),
(325, 385, '_edit_lock', '1717214090:1'),
(326, 6, '_edit_lock', '1715962047:1'),
(327, 408, '_elementor_edit_mode', 'builder'),
(328, 408, '_elementor_template_type', 'kit'),
(330, 6, '_wp_page_template', 'default'),
(331, 6, '_elementor_page_settings', 'a:13:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#161616\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:21:\"Dhanjal IELTS Classes\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(332, 6, '_elementor_data', '[]'),
(333, 409, '_elementor_edit_mode', 'builder'),
(334, 409, '_elementor_template_type', 'kit'),
(336, 409, '_wp_page_template', 'default'),
(337, 409, '_elementor_page_settings', 'a:12:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#000000\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:21:\"Dhanjal IELTS Classes\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(338, 409, '_elementor_data', '[]'),
(340, 6, '_elementor_version', '3.21.5'),
(347, 410, '_elementor_edit_mode', 'builder'),
(348, 410, '_elementor_template_type', 'kit'),
(349, 410, '_wp_page_template', 'default'),
(350, 410, '_elementor_page_settings', 'a:12:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#161616\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:21:\"Dhanjal IELTS Classes\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(351, 410, '_elementor_data', '[]'),
(353, 410, '_elementor_version', '3.21.5'),
(357, 108, '_edit_lock', '1717214067:1'),
(360, 412, '_wp_page_template', 'default'),
(361, 412, '_elementor_edit_mode', 'builder'),
(362, 412, '_elementor_template_type', 'wp-page'),
(363, 412, '_elementor_version', '3.21.5'),
(364, 412, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(365, 412, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(368, 413, '_wp_page_template', 'default'),
(369, 413, '_elementor_edit_mode', 'builder'),
(370, 413, '_elementor_template_type', 'wp-page'),
(371, 413, '_elementor_version', '3.21.5'),
(372, 413, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(373, 413, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(376, 414, '_wp_page_template', 'default'),
(377, 414, '_elementor_edit_mode', 'builder'),
(378, 414, '_elementor_template_type', 'wp-page'),
(379, 414, '_elementor_version', '3.21.5'),
(380, 414, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(381, 414, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(387, 415, '_wp_page_template', 'default'),
(388, 415, '_elementor_edit_mode', 'builder'),
(389, 415, '_elementor_template_type', 'wp-page'),
(390, 415, '_elementor_version', '3.21.5'),
(391, 415, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(392, 415, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(395, 416, '_wp_page_template', 'default'),
(396, 416, '_elementor_edit_mode', 'builder'),
(397, 416, '_elementor_template_type', 'wp-page'),
(398, 416, '_elementor_version', '3.21.5'),
(399, 416, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(400, 416, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(403, 417, '_wp_page_template', 'default'),
(404, 417, '_elementor_edit_mode', 'builder'),
(405, 417, '_elementor_template_type', 'wp-page'),
(406, 417, '_elementor_version', '3.21.5'),
(407, 417, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(408, 417, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(421, 419, '_wp_attached_file', '2024/05/VID-20240515-WA0020.mp4'),
(422, 419, '_wp_attachment_metadata', 'a:11:{s:7:\"bitrate\";i:1433797;s:8:\"filesize\";i:16049070;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:86;s:16:\"length_formatted\";s:4:\"1:26\";s:5:\"width\";i:480;s:6:\"height\";i:848;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:64000;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:\"compression_ratio\";d:0.045351473922902494;}s:17:\"created_timestamp\";i:-2082844800;}'),
(424, 420, '_wp_page_template', 'default'),
(425, 420, '_elementor_edit_mode', 'builder'),
(426, 420, '_elementor_template_type', 'wp-page'),
(427, 420, '_elementor_version', '3.21.5'),
(428, 420, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(429, 420, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(432, 421, '_wp_page_template', 'default'),
(433, 421, '_elementor_edit_mode', 'builder'),
(434, 421, '_elementor_template_type', 'wp-page'),
(435, 421, '_elementor_version', '3.21.5'),
(436, 421, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(437, 421, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(440, 422, '_wp_page_template', 'default'),
(441, 422, '_elementor_edit_mode', 'builder'),
(442, 422, '_elementor_template_type', 'wp-page'),
(443, 422, '_elementor_version', '3.21.5'),
(444, 422, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(445, 422, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(449, 423, '_wp_page_template', 'default'),
(450, 423, '_elementor_edit_mode', 'builder'),
(451, 423, '_elementor_template_type', 'wp-page'),
(452, 423, '_elementor_version', '3.21.5'),
(453, 423, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(454, 423, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(457, 424, '_wp_page_template', 'default'),
(458, 424, '_elementor_edit_mode', 'builder'),
(459, 424, '_elementor_template_type', 'wp-page'),
(460, 424, '_elementor_version', '3.21.5'),
(461, 424, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(462, 424, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(465, 425, '_wp_page_template', 'default'),
(466, 425, '_elementor_edit_mode', 'builder'),
(467, 425, '_elementor_template_type', 'wp-page'),
(468, 425, '_elementor_version', '3.21.5'),
(469, 425, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(470, 425, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"loop\":\"yes\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(474, 426, '_wp_page_template', 'default'),
(475, 426, '_elementor_edit_mode', 'builder'),
(476, 426, '_elementor_template_type', 'wp-page'),
(477, 426, '_elementor_version', '3.21.5'),
(478, 426, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(479, 426, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"loop\":\"yes\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(482, 427, '_wp_page_template', 'default'),
(483, 427, '_elementor_edit_mode', 'builder'),
(484, 427, '_elementor_template_type', 'wp-page'),
(485, 427, '_elementor_version', '3.21.5'),
(486, 427, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(487, 427, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"loop\":\"yes\",\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"854d501\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/why-us-banner.jpg\",\"id\":210,\"size\":\"\",\"alt\":\"why us\",\"source\":\"library\"},\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(490, 428, '_wp_page_template', 'default'),
(491, 428, '_elementor_edit_mode', 'builder'),
(492, 428, '_elementor_template_type', 'wp-page'),
(493, 428, '_elementor_version', '3.21.5'),
(494, 428, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(495, 428, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"loop\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(499, 429, '_wp_page_template', 'default'),
(500, 429, '_elementor_edit_mode', 'builder'),
(501, 429, '_elementor_template_type', 'wp-page'),
(502, 429, '_elementor_version', '3.21.5'),
(503, 429, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(504, 429, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"loop\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(507, 430, '_wp_page_template', 'default'),
(508, 430, '_elementor_edit_mode', 'builder'),
(509, 430, '_elementor_template_type', 'wp-page'),
(510, 430, '_elementor_version', '3.21.5'),
(511, 430, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(512, 430, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"loop\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(515, 431, '_wp_page_template', 'default'),
(516, 431, '_elementor_edit_mode', 'builder'),
(517, 431, '_elementor_template_type', 'wp-page'),
(518, 431, '_elementor_version', '3.21.5'),
(519, 431, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(520, 431, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"loop\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"11\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(524, 432, '_wp_page_template', 'default'),
(525, 432, '_elementor_edit_mode', 'builder'),
(526, 432, '_elementor_template_type', 'wp-page'),
(527, 432, '_elementor_version', '3.21.5'),
(528, 432, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(529, 432, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"loop\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"11\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(532, 433, '_wp_page_template', 'default'),
(533, 433, '_elementor_edit_mode', 'builder'),
(534, 433, '_elementor_template_type', 'wp-page'),
(535, 433, '_elementor_version', '3.21.5'),
(536, 433, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(537, 433, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"loop\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"11\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(540, 434, '_wp_page_template', 'default'),
(541, 434, '_elementor_edit_mode', 'builder'),
(542, 434, '_elementor_template_type', 'wp-page'),
(543, 434, '_elementor_version', '3.21.5'),
(544, 434, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(545, 434, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"loop\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"11\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(549, 435, '_wp_page_template', 'default'),
(550, 435, '_elementor_edit_mode', 'builder'),
(551, 435, '_elementor_template_type', 'wp-page'),
(552, 435, '_elementor_version', '3.21.5'),
(553, 435, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(554, 435, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"loop\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"11\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(557, 436, '_wp_page_template', 'default'),
(558, 436, '_elementor_edit_mode', 'builder'),
(559, 436, '_elementor_template_type', 'wp-page'),
(560, 436, '_elementor_version', '3.21.5'),
(561, 436, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(562, 436, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"loop\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"11\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(565, 437, '_wp_page_template', 'default'),
(566, 437, '_elementor_edit_mode', 'builder'),
(567, 437, '_elementor_template_type', 'wp-page'),
(568, 437, '_elementor_version', '3.21.5'),
(569, 437, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(570, 437, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"11\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(574, 438, '_wp_page_template', 'default'),
(575, 438, '_elementor_edit_mode', 'builder'),
(576, 438, '_elementor_template_type', 'wp-page'),
(577, 438, '_elementor_version', '3.21.5'),
(578, 438, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(579, 438, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"11\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(582, 439, '_wp_page_template', 'default'),
(583, 439, '_elementor_edit_mode', 'builder'),
(584, 439, '_elementor_template_type', 'wp-page'),
(585, 439, '_elementor_version', '3.21.5'),
(586, 439, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(587, 439, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"11\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(590, 440, '_wp_page_template', 'default'),
(591, 440, '_elementor_edit_mode', 'builder'),
(592, 440, '_elementor_template_type', 'wp-page'),
(593, 440, '_elementor_version', '3.21.5'),
(594, 440, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(595, 440, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(599, 441, '_wp_page_template', 'default'),
(600, 441, '_elementor_edit_mode', 'builder'),
(601, 441, '_elementor_template_type', 'wp-page'),
(602, 441, '_elementor_version', '3.21.5'),
(603, 441, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(604, 441, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(607, 442, '_wp_page_template', 'default'),
(608, 442, '_elementor_edit_mode', 'builder'),
(609, 442, '_elementor_template_type', 'wp-page'),
(610, 442, '_elementor_version', '3.21.5'),
(611, 442, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(612, 442, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(615, 443, '_wp_page_template', 'default'),
(616, 443, '_elementor_edit_mode', 'builder'),
(617, 443, '_elementor_template_type', 'wp-page'),
(618, 443, '_elementor_version', '3.21.5'),
(619, 443, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(620, 443, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(624, 241, '_edit_lock', '1717214072:1'),
(625, 444, '_elementor_edit_mode', 'builder'),
(626, 444, '_elementor_template_type', 'wp-page'),
(627, 444, '_elementor_version', '3.21.5'),
(628, 444, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(629, 444, '_elementor_data', '[{\"id\":\"a0a67ad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"e81d327\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6238e90\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]}},\"elements\":[{\"id\":\"ecee582\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac05f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Commitment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a345216\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75aaf06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Sets Us Apart\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9c56da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\",\"_id\":\"0404720\"},{\"text\":\"Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam \\u2013 Listening, Reading, Writing, and Speaking \\u2013 with a focus on building your confidence and competence in each area.\",\"_id\":\"91eed69\"},{\"text\":\"Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\",\"_id\":\"9733542\"},{\"text\":\"Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\",\"_id\":\"0c66b17\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0b98475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b1e6ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ebeba4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\",\"_id\":\"0404720\"},{\"text\":\"One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\",\"_id\":\"d2bede9\"},{\"text\":\"Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\",\"_id\":\"5cb8cc3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3786156\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Started Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dfcca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20991a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b12486e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"41859c68\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"30c32d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(630, 444, '_wp_page_template', 'default'),
(633, 445, '_elementor_edit_mode', 'builder'),
(634, 445, '_elementor_template_type', 'wp-page'),
(635, 445, '_elementor_version', '3.21.5'),
(636, 445, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(637, 445, '_elementor_data', '[{\"id\":\"a0a67ad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"e81d327\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6238e90\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]}},\"elements\":[{\"id\":\"ecee582\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac05f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Commitment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a345216\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75aaf06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Sets Us Apart\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9c56da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\",\"_id\":\"0404720\"},{\"text\":\"Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam \\u2013 Listening, Reading, Writing, and Speaking \\u2013 with a focus on building your confidence and competence in each area.\",\"_id\":\"91eed69\"},{\"text\":\"Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\",\"_id\":\"9733542\"},{\"text\":\"Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\",\"_id\":\"0c66b17\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0b98475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b1e6ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ebeba4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\",\"_id\":\"0404720\"},{\"text\":\"One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\",\"_id\":\"d2bede9\"},{\"text\":\"Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\",\"_id\":\"5cb8cc3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3786156\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Started Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dfcca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20991a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b12486e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"41859c68\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"30c32d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(638, 445, '_wp_page_template', 'default'),
(641, 446, '_elementor_edit_mode', 'builder'),
(642, 446, '_elementor_template_type', 'wp-page'),
(643, 446, '_elementor_version', '3.21.5'),
(644, 446, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(645, 446, '_elementor_data', '[{\"id\":\"a0a67ad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"e81d327\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6238e90\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]}},\"elements\":[{\"id\":\"ecee582\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c03fee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac05f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Commitment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a345216\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75aaf06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Sets Us Apart\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9c56da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\",\"_id\":\"0404720\"},{\"text\":\"Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam \\u2013 Listening, Reading, Writing, and Speaking \\u2013 with a focus on building your confidence and competence in each area.\",\"_id\":\"91eed69\"},{\"text\":\"Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\",\"_id\":\"9733542\"},{\"text\":\"Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\",\"_id\":\"0c66b17\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0b98475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b1e6ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ebeba4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\",\"_id\":\"0404720\"},{\"text\":\"One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\",\"_id\":\"d2bede9\"},{\"text\":\"Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\",\"_id\":\"5cb8cc3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3786156\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Started Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dfcca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20991a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b12486e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"41859c68\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"30c32d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(646, 446, '_wp_page_template', 'default'),
(650, 447, '_wp_page_template', 'default'),
(651, 447, '_elementor_edit_mode', 'builder'),
(652, 447, '_elementor_template_type', 'wp-page'),
(653, 447, '_elementor_version', '3.21.5'),
(654, 447, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(655, 447, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(658, 448, '_wp_page_template', 'default'),
(659, 448, '_elementor_edit_mode', 'builder'),
(660, 448, '_elementor_template_type', 'wp-page'),
(661, 448, '_elementor_version', '3.21.5'),
(662, 448, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(663, 448, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(666, 449, '_wp_page_template', 'default'),
(667, 449, '_elementor_edit_mode', 'builder'),
(668, 449, '_elementor_template_type', 'wp-page'),
(669, 449, '_elementor_version', '3.21.5'),
(670, 449, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(671, 449, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(675, 450, '_wp_page_template', 'default'),
(676, 450, '_elementor_edit_mode', 'builder'),
(677, 450, '_elementor_template_type', 'wp-page'),
(678, 450, '_elementor_version', '3.21.5'),
(679, 450, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(680, 450, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(683, 451, '_wp_page_template', 'default'),
(684, 451, '_elementor_edit_mode', 'builder'),
(685, 451, '_elementor_template_type', 'wp-page'),
(686, 451, '_elementor_version', '3.21.5'),
(687, 451, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(688, 451, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(691, 452, '_wp_page_template', 'default'),
(692, 452, '_elementor_edit_mode', 'builder'),
(693, 452, '_elementor_template_type', 'wp-page'),
(694, 452, '_elementor_version', '3.21.5'),
(695, 452, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(696, 452, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(700, 453, '_wp_page_template', 'default'),
(701, 453, '_elementor_edit_mode', 'builder'),
(702, 453, '_elementor_template_type', 'wp-page'),
(703, 453, '_elementor_version', '3.21.5'),
(704, 453, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(705, 453, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(708, 454, '_wp_page_template', 'default'),
(709, 454, '_elementor_edit_mode', 'builder'),
(710, 454, '_elementor_template_type', 'wp-page'),
(711, 454, '_elementor_version', '3.21.5'),
(712, 454, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(713, 454, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(716, 455, '_wp_page_template', 'default'),
(717, 455, '_elementor_edit_mode', 'builder'),
(718, 455, '_elementor_template_type', 'wp-page'),
(719, 455, '_elementor_version', '3.21.5'),
(720, 455, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(721, 455, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(725, 456, '_wp_page_template', 'default'),
(726, 456, '_elementor_edit_mode', 'builder'),
(727, 456, '_elementor_template_type', 'wp-page'),
(728, 456, '_elementor_version', '3.21.5'),
(729, 456, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(730, 456, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(733, 457, '_wp_page_template', 'default'),
(734, 457, '_elementor_edit_mode', 'builder'),
(735, 457, '_elementor_template_type', 'wp-page'),
(736, 457, '_elementor_version', '3.21.5'),
(737, 457, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(738, 457, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(741, 458, '_wp_page_template', 'default'),
(742, 458, '_elementor_edit_mode', 'builder'),
(743, 458, '_elementor_template_type', 'wp-page'),
(744, 458, '_elementor_version', '3.21.5'),
(745, 458, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(746, 458, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(776, 462, '_wp_page_template', 'default'),
(777, 462, '_elementor_edit_mode', 'builder'),
(778, 462, '_elementor_template_type', 'wp-page'),
(779, 462, '_elementor_version', '3.21.5'),
(780, 462, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(781, 462, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(784, 463, '_wp_page_template', 'default'),
(785, 463, '_elementor_edit_mode', 'builder'),
(786, 463, '_elementor_template_type', 'wp-page'),
(787, 463, '_elementor_version', '3.21.5'),
(788, 463, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(789, 463, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(792, 464, '_wp_page_template', 'default'),
(793, 464, '_elementor_edit_mode', 'builder'),
(794, 464, '_elementor_template_type', 'wp-page'),
(795, 464, '_elementor_version', '3.21.5'),
(796, 464, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(797, 464, '_elementor_data', '[{\"id\":\"e528a5c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"min_height\":{\"unit\":\"px\",\"size\":653,\"sizes\":[]},\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#faf9fb\",\"background_image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Dhanjal-lelts-Classes-top.jpg\",\"id\":45,\"size\":\"\",\"alt\":\"Dhanjal-lelts-Classes\",\"source\":\"library\"},\"background_xpos\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_ypos\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"22098d0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100}},\"elements\":[{\"id\":\"8647502\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Dhanjal IELTS Classes\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"02d1424\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"gBYvFf C9DxTc \\\">At\\u00a0<\\/span><span class=\\\"gBYvFf C9DxTc \\\">Dhanjal IELTS Classes<\\/span><span class=\\\"gBYvFf C9DxTc \\\">, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9f32903\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"c5308b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to see our courses & services\",\"selected_icon\":{\"value\":\"fas fa-arrow-alt-circle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"background_color\":\"#22B668\",\"_flex_align_self\":\"flex-start\",\"_flex_size\":\"grow\",\"_transform_scale_popover\":\"transform\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/courses\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"left\",\"_flex_align_self_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3623bde\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"df3b299\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#22B668\",\"background_color_stop\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"background_color_b\":\"#01803D\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]}},\"elements\":[{\"id\":\"c0a01fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c875e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Embark on Your Journey to Success\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db965ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"dbf157c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7f6d6dc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":15,\"column\":\"15\",\"row\":\"0\"},\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ba3b9c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":33},\"flex_justify_content\":\"center\",\"width_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[{\"id\":\"43e53a4\",\"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:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/VID-20240515-WA0020.mp4\",\"id\":419,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"autoplay\":\"yes\",\"poster\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-three.jpg\",\"id\":344,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"aspect_ratio\":\"916\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"fc1c8e7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"6165a92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose Us?\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23df6d8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\",\"_id\":\"777bc42\"},{\"text\":\"Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\",\"_id\":\"6c70369\"},{\"text\":\"Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\",\"_id\":\"5c08572\"},{\"text\":\"State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\",\"_id\":\"875e50c\"},{\"text\":\"Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\",\"_id\":\"592f56b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_color\":\"#22B668\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"44b6fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"0ab9630\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":51,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ADADAD\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fa0f2fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the DIC Management\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"91828bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"boxed_width\":{\"unit\":\"px\",\"size\":820,\"sizes\":[]}},\"elements\":[{\"id\":\"8d82570\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"99a4ab5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Jasvir-Singh-CEO-at-DIC.jpg\",\"id\":382,\"size\":\"\",\"alt\":\"Jasvir Singh Dhanjal CEO at DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jasvir Singh Dhanjal\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4268da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Chief Executive Officer (CEO)\\n<br>\\n<strong>Visa Expert<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f6905d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5be84c8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"}},\"elements\":[{\"id\":\"0332858\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/Rajwinder-Kaur-MD-of-DIC.jpg\",\"id\":383,\"size\":\"\",\"alt\":\"Rajwinder Kaur MD of DIC\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b724e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rajwinder Kaur\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04b7ec3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Managing Director (MD)\\n<br>\\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)<\\/strong>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1025ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2459547\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"73497f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Glimpses of Our Success Stories\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a8d59ce\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ac90c43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"f63b644\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fifteen.jpg\",\"id\":335,\"size\":\"\",\"alt\":\"glimpses of our success stories image fifteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ebc757d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"a4d47a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eleven.jpg\",\"id\":334,\"size\":\"\",\"alt\":\"glimpses of our success stories image eleven\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f95a9f7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9f8051f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-eight.jpg\",\"id\":332,\"size\":\"\",\"alt\":\"glimpses of our success stories image eight\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79a504d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"319e25b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-fourteen.jpg\",\"id\":336,\"size\":\"\",\"alt\":\"glimpses of our success stories image fourteen\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"770\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53e0e3a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"e4526cd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-one.jpg\",\"id\":338,\"size\":\"\",\"alt\":\"glimpses of our success stories image one\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1d6bfe0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\"},\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea4d0bf\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"10bed3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-nine.jpg\",\"id\":337,\"size\":\"\",\"alt\":\"glimpses of our success stories image nine\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5a3ebf4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"9c3c2fa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-six.jpg\",\"id\":341,\"size\":\"\",\"alt\":\"glimpses of our success stories image six\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7d538e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"b448ed3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-ten.jpg\",\"id\":342,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"1000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d83e2d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"}},\"elements\":[{\"id\":\"6ae3016\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-thirteen.jpg\",\"id\":343,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"900\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2241cce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-seven.jpg\",\"id\":339,\"size\":\"\",\"alt\":\"glimpses of our success stories image seven\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"41b0d08\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"}},\"elements\":[{\"id\":\"361c983\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-sisteen.jpg\",\"id\":340,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"1000\",\"height\":\"800\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c7c454\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/deploy.graceinfomedia.com\\/dic-shahkot\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e7708c9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"41a048e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(801, 465, '_elementor_edit_mode', 'builder'),
(802, 465, '_elementor_template_type', 'wp-page'),
(803, 465, '_elementor_version', '3.21.5'),
(804, 465, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `n3nm_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(805, 465, '_elementor_data', '[{\"id\":\"a0a67ad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"e81d327\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6238e90\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]}},\"elements\":[{\"id\":\"ecee582\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c03fee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac05f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Commitment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a345216\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75aaf06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Sets Us Apart\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9c56da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\",\"_id\":\"0404720\"},{\"text\":\"Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam \\u2013 Listening, Reading, Writing, and Speaking \\u2013 with a focus on building your confidence and competence in each area.\",\"_id\":\"91eed69\"},{\"text\":\"Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\",\"_id\":\"9733542\"},{\"text\":\"Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\",\"_id\":\"0c66b17\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0b98475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b1e6ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ebeba4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\",\"_id\":\"0404720\"},{\"text\":\"One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\",\"_id\":\"d2bede9\"},{\"text\":\"Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\",\"_id\":\"5cb8cc3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3786156\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Started Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dfcca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20991a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b12486e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"41859c68\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"30c32d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(806, 465, '_wp_page_template', 'default'),
(809, 466, '_elementor_edit_mode', 'builder'),
(810, 466, '_elementor_template_type', 'wp-page'),
(811, 466, '_elementor_version', '3.21.5'),
(812, 466, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(813, 466, '_elementor_data', '[{\"id\":\"a0a67ad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"e81d327\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6238e90\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]}},\"elements\":[{\"id\":\"ecee582\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c03fee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac05f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Commitment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a345216\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75aaf06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Sets Us Apart\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9c56da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\",\"_id\":\"0404720\"},{\"text\":\"Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam \\u2013 Listening, Reading, Writing, and Speaking \\u2013 with a focus on building your confidence and competence in each area.\",\"_id\":\"91eed69\"},{\"text\":\"Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\",\"_id\":\"9733542\"},{\"text\":\"Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\",\"_id\":\"0c66b17\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0b98475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b1e6ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ebeba4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\",\"_id\":\"0404720\"},{\"text\":\"One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\",\"_id\":\"d2bede9\"},{\"text\":\"Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\",\"_id\":\"5cb8cc3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3786156\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Started Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dfcca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20991a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b12486e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"41859c68\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"30c32d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(814, 466, '_wp_page_template', 'default'),
(817, 467, '_elementor_edit_mode', 'builder'),
(818, 467, '_elementor_template_type', 'wp-page'),
(819, 467, '_elementor_version', '3.21.5'),
(820, 467, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(821, 467, '_elementor_data', '[{\"id\":\"a0a67ad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"e81d327\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":47,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6238e90\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]}},\"elements\":[{\"id\":\"ecee582\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c03fee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dhanjalieltsclasses.com\\/wp-content\\/uploads\\/2024\\/05\\/DIC-success-story-two-1.jpg\",\"id\":374,\"size\":\"\",\"alt\":\"glimpses of our success stories image two\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ac05f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Commitment\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a345216\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75aaf06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Sets Us Apart\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f9c56da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\",\"_id\":\"0404720\"},{\"text\":\"Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam \\u2013 Listening, Reading, Writing, and Speaking \\u2013 with a focus on building your confidence and competence in each area.\",\"_id\":\"91eed69\"},{\"text\":\"Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\",\"_id\":\"9733542\"},{\"text\":\"Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\",\"_id\":\"0c66b17\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0b98475\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b1e6ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ebeba4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\",\"_id\":\"0404720\"},{\"text\":\"One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\",\"_id\":\"d2bede9\"},{\"text\":\"Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\",\"_id\":\"5cb8cc3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#048B15\",\"icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_self_vertical_align\":\"flex-start\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3786156\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Started Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dfcca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"20991a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b12486e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"41859c68\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"30c32d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(822, 467, '_wp_page_template', 'default'),
(826, 133, '_edit_lock', '1717214070:1'),
(827, 468, '_elementor_edit_mode', 'builder'),
(828, 468, '_elementor_template_type', 'wp-page'),
(829, 468, '_elementor_version', '3.21.5'),
(830, 468, '_wp_page_template', 'default'),
(831, 468, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(832, 468, '_elementor_data', '[{\"id\":\"f7409b2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"af0906f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"542a910\",\"elType\":\"widget\",\"settings\":{\"title\":\"Verify your certificate\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fe87f1\",\"elType\":\"widget\",\"settings\":{\"html\":\"[verify_certificate]\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0cbdb2a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4af316a2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"3555ee39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(835, 469, '_elementor_edit_mode', 'builder'),
(836, 469, '_elementor_template_type', 'wp-page'),
(837, 469, '_elementor_version', '3.21.5'),
(838, 469, '_wp_page_template', 'default'),
(839, 469, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(840, 469, '_elementor_data', '[{\"id\":\"f7409b2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"af0906f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"542a910\",\"elType\":\"widget\",\"settings\":{\"title\":\"Verify your certificate\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fe87f1\",\"elType\":\"widget\",\"settings\":{\"html\":\"[verify_certificate]\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0cbdb2a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4af316a2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"3555ee39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(843, 470, '_elementor_edit_mode', 'builder'),
(844, 470, '_elementor_template_type', 'wp-page'),
(845, 470, '_elementor_version', '3.21.5'),
(846, 470, '_wp_page_template', 'default'),
(847, 470, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(848, 470, '_elementor_data', '[{\"id\":\"f7409b2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"af0906f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"542a910\",\"elType\":\"widget\",\"settings\":{\"title\":\"Verify your certificate\",\"align\":\"center\",\"title_color\":\"#22B668\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fe87f1\",\"elType\":\"widget\",\"settings\":{\"html\":\"[verify_certificate]\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"0cbdb2a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4af316a2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#22B668\"},\"elements\":[{\"id\":\"3555ee39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Government approved \\nlicense no. 1659\\/MC-6\\/MA\\/JAL FN: 1791\\nAn iso certified \",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]'),
(852, 185, '_edit_lock', '1717214067:1'),
(1045, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1734682700;s:5:\"fonts\";a:2:{i:0;s:10:\"Montserrat\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1046, 385, '_elementor_css', 'a:6:{s:4:\"time\";i:1734682994;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}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:\"\";}'),
(1047, 385, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:14:\"widget-heading\";i:1;s:18:\"widget-text-editor\";i:2;s:13:\"widget-spacer\";i:3;s:12:\"widget-video\";i:4;s:16:\"widget-icon-list\";i:5;s:14:\"widget-divider\";i:6;s:12:\"widget-image\";}}'),
(1048, 185, '_elementor_css', 'a:6:{s:4:\"time\";i:1734732254;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1049, 185, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:14:\"widget-heading\";i:1;s:18:\"widget-text-editor\";i:2;s:18:\"widget-google_maps\";i:3;s:13:\"widget-spacer\";}}'),
(1050, 108, '_elementor_css', 'a:6:{s:4:\"time\";i:1734751004;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1051, 108, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:13:\"widget-spacer\";i:1;s:14:\"widget-heading\";}}'),
(1052, 133, '_elementor_css', 'a:6:{s:4:\"time\";i:1734758977;s:5:\"fonts\";a:2:{i:0;s:10:\"Montserrat\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1053, 133, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:13:\"widget-spacer\";i:1;s:14:\"widget-heading\";i:2;s:12:\"widget-image\";i:3;s:18:\"widget-text-editor\";}}'),
(1054, 241, '_elementor_css', 'a:6:{s:4:\"time\";i:1734772230;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}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:\"\";}'),
(1055, 241, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:14:\"widget-heading\";i:1;s:18:\"widget-text-editor\";i:2;s:12:\"widget-image\";i:3;s:16:\"widget-icon-list\";i:4;s:13:\"widget-spacer\";}}');

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

--
-- Table structure for table `n3nm_posts`
--

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

--
-- Dumping data for table `n3nm_posts`
--

INSERT INTO `n3nm_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
(3, 1, '2024-05-17 06:45:24', '2024-05-17 06:45:24', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://dhanjalieltsclasses.com.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2024-05-17 06:45:24', '2024-05-17 06:45:24', '', 0, 'https://dhanjalieltsclasses.com/?page_id=3', 0, 'page', '', 0),
(4, 0, '2024-05-17 13:45:26', '2024-05-17 13:45:26', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2024-05-17 13:45:26', '2024-05-17 13:45:26', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/navigation/', 0, 'wp_navigation', '', 0),
(6, 1, '2024-05-17 13:48:25', '2024-05-17 13:48:25', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2024-05-17 14:26:15', '2024-05-17 14:26:15', '', 0, 'https://dhanjalieltsclasses.com/?p=6', 0, 'elementor_library', '', 0),
(9, 1, '2024-05-06 07:54:16', '2024-05-06 07:54:16', '', 'logo-transparent', '', 'inherit', 'open', 'closed', '', 'logo-transparent', '', '', '2024-05-06 07:54:16', '2024-05-06 07:54:16', '', 0, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/logo-transparent.png', 0, 'attachment', 'image/png', 0),
(10, 1, '2024-05-06 07:55:05', '2024-05-06 07:55:05', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2024-05-06 07:55:05', '2024-05-06 07:55:05', '', 0, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/favicon.png', 0, 'attachment', 'image/png', 0),
(12, 1, '2024-05-06 07:55:43', '2024-05-06 07:55:43', 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/cropped-favicon.png', 'cropped-favicon.png', '', 'inherit', 'open', 'closed', '', 'cropped-favicon-png', '', '', '2024-05-06 07:55:43', '2024-05-06 07:55:43', '', 10, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/cropped-favicon.png', 0, 'attachment', 'image/png', 0),
(30, 1, '2024-05-06 08:36:51', '2024-05-06 08:36:51', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2024-05-06 08:36:51', '2024-05-06 08:36:51', '', 0, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/logo.png', 0, 'attachment', 'image/png', 0),
(34, 1, '2024-05-06 10:24:27', '2024-05-06 10:24:27', '', 'Dhanjal-lelts-Classes-Banner', '', 'inherit', 'open', 'closed', '', 'dhanjal-lelts-classes-banner', '', '', '2024-05-06 10:24:27', '2024-05-06 10:24:27', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Dhanjal-lelts-Classes-Banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2024-05-06 11:32:30', '2024-05-06 11:32:30', '', 'Dhanjal-lelts-Classes-top', '', 'inherit', 'open', 'closed', '', 'dhanjal-lelts-classes-top', '', '', '2024-05-06 11:32:30', '2024-05-06 11:32:30', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Dhanjal-lelts-Classes-top.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2024-05-06 12:31:03', '2024-05-06 12:31:03', '', 'Dhanjal-lelts-Classes-logo', '', 'inherit', 'open', 'closed', '', 'dhanjal-lelts-classes-logo', '', '', '2024-05-06 12:31:03', '2024-05-06 12:31:03', '', 0, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Dhanjal-lelts-Classes-logo.png', 0, 'attachment', 'image/png', 0),
(79, 1, '2024-05-06 12:36:28', '2024-05-06 12:36:28', '', 'higher-bands-in-Dhanjal-IELTS-Classes', '', 'inherit', 'open', 'closed', '', 'higher-bands-in-dhanjal-ielts-classes', '', '', '2024-05-06 12:36:28', '2024-05-06 12:36:28', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/higher-bands-in-Dhanjal-IELTS-Classes.jpg', 0, 'attachment', 'image/jpeg', 0),
(108, 1, '2024-05-08 17:54:14', '2024-05-08 17:54:14', '<h1>Verify your certificate</h1>		\n			[verify_certificate]		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Verify Your Certificate', '', 'publish', 'closed', 'closed', '', 'verify-your-certificate', '', '', '2024-06-01 03:53:25', '2024-06-01 03:53:25', '', 0, 'https://deploy.graceinfomedia.com/dic-shahkot/?page_id=108', 0, 'page', '', 0),
(133, 1, '2024-05-09 14:43:45', '2024-05-09 14:43:45', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>What do we offer?</h1>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"350\" height=\"350\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/ielts.jpg\" alt=\"ielts in shahkot\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/ielts.jpg 350w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/ielts-300x300.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/ielts-150x150.jpg 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" />													\n		<h2>IELTS PREPARATION</h2>\n<p>Tailored programs to help you master each section of the IELTS exam, ensuring you achieve the score you need for your academic or professional journey.</p><h2>SPOKEN ENGLISH</h2>\nInteractive sessions designed to improve your spoken English skills, boosting your confidence in real-world conversations.		\n													<img width=\"350\" height=\"350\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Spoken-English.jpg\" alt=\"Spoken English\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Spoken-English.jpg 350w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Spoken-English-300x300.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Spoken-English-150x150.jpg 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" />													\n													<img width=\"350\" height=\"350\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/skills.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/skills.jpg 350w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/skills-300x300.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/skills-150x150.jpg 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" />													\n		<h2>LIFE SKILLS TRAINING</h2>\nHolistic development courses that equip you with essential interpersonal and practical skills for everyday life and the global workplace.<h2>ONLINE CLASSES</h2>\nFlexible and convenient online learning options that bring our classroom experience to your home, no matter where you are.		\n													<img width=\"350\" height=\"350\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Online-Classes.jpg\" alt=\"Online Classes\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Online-Classes.jpg 350w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Online-Classes-300x300.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Online-Classes-150x150.jpg 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" />													\n													<img width=\"350\" height=\"350\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/UKVI-IELTS.jpg\" alt=\"UKVI IELTS\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/UKVI-IELTS.jpg 350w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/UKVI-IELTS-300x300.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/UKVI-IELTS-150x150.jpg 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" />													\n		<h2>UKVI IELTS</h2>\nSpecialized training for the UK Visas and Immigration (UKVI) IELTS test, meeting the specific requirements for UK visa applications.<h2>PTE</h2>\nOur PTE preparation courses are designed to help non-native English speakers achieve proficiency in English. The PTE is a widely recognized test that assesses reading, writing, speaking, and listening skills.		\n													<img width=\"350\" height=\"350\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/PTE.jpg\" alt=\"PTE\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/PTE.jpg 350w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/PTE-300x300.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/PTE-150x150.jpg 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" />													\n													<img width=\"350\" height=\"350\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Computer-courses.jpg\" alt=\"Computer courses\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Computer-courses.jpg 350w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Computer-courses-300x300.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Computer-courses-150x150.jpg 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" />													\n		<h2>COMPUTER COURSES</h2>\nWe offer a variety of computer courses that cater to all skill levels, from beginners to advanced users. Our courses cover essential topics.<h2>TUITION</h2>\nOur tuition services provide personalized educational support to help students excel academically. With experienced tutors in various subjects.		\n													<img width=\"350\" height=\"350\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Tuition.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Tuition.jpg 350w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Tuition-300x300.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Tuition-150x150.jpg 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" />													\n													<img width=\"350\" height=\"350\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/study-visa.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/study-visa.jpg 350w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/study-visa-300x300.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/study-visa-150x150.jpg 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" />													\n		<h2>STUDY VISA</h2>\nOur experts are here to guide you through the process, ensuring you have the necessary documentation and support to pursue education abroad legally and with confidence.		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Our Courses & Services', '', 'publish', 'closed', 'closed', '', 'courses-and-services', '', '', '2024-05-09 14:43:45', '2024-05-09 14:43:45', '', 0, 'https://deploy.graceinfomedia.com/dic-shahkot/?page_id=133', 0, 'page', '', 0),
(135, 1, '2024-05-09 14:45:50', '2024-05-09 14:45:50', '', 'ielts', '', 'inherit', 'open', 'closed', '', 'ielts', '', '', '2024-05-09 14:45:50', '2024-05-09 14:45:50', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/ielts.jpg', 0, 'attachment', 'image/jpeg', 0),
(137, 1, '2024-05-09 14:53:06', '2024-05-09 14:53:06', '', 'Spoken-English', '', 'inherit', 'open', 'closed', '', 'spoken-english', '', '', '2024-05-09 14:53:06', '2024-05-09 14:53:06', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Spoken-English.jpg', 0, 'attachment', 'image/jpeg', 0),
(152, 1, '2024-05-09 15:01:25', '2024-05-09 15:01:25', '', 'skills', '', 'inherit', 'open', 'closed', '', 'skills', '', '', '2024-05-09 15:01:25', '2024-05-09 15:01:25', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/skills.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2024-05-09 17:40:51', '2024-05-09 17:40:51', '', 'Online-Classes', '', 'inherit', 'open', 'closed', '', 'online-classes', '', '', '2024-05-09 17:40:51', '2024-05-09 17:40:51', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Online-Classes.jpg', 0, 'attachment', 'image/jpeg', 0),
(177, 1, '2024-05-09 17:42:46', '2024-05-09 17:42:46', '', 'unique-teaching-approach', '', 'inherit', 'open', 'closed', '', 'unique-teaching-approach', '', '', '2024-05-09 17:42:46', '2024-05-09 17:42:46', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/unique-teaching-approach.jpg', 0, 'attachment', 'image/jpeg', 0),
(178, 1, '2024-05-09 17:43:36', '2024-05-09 17:43:36', '', 'UKVI-IELTS', '', 'inherit', 'open', 'closed', '', 'ukvi-ielts', '', '', '2024-05-09 17:43:36', '2024-05-09 17:43:36', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/UKVI-IELTS.jpg', 0, 'attachment', 'image/jpeg', 0),
(185, 1, '2024-05-09 17:48:23', '2024-05-09 17:48:23', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact us</h1>		\n		<h2>Address:</h2>\nFirst Floor 2738, Azad Nagar, Saidpur Road, Shahkot (Jalandhar)<br><br>\n<h2>Contact us:</h2>\nPh. +91 98786-77113, 01821-513313<br>\nEmail: dhanjalieltsclassesdic@gmail.com		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=dhanjal%20ielts%20classes%20shahkot&#038;t=m&#038;z=15&#038;output=embed&#038;iwloc=near\"\n					title=\"dhanjal ielts classes shahkot\"\n					aria-label=\"dhanjal ielts classes shahkot\"\n			></iframe>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2024-05-09 17:48:23', '2024-05-09 17:48:23', '', 0, 'https://deploy.graceinfomedia.com/dic-shahkot/?page_id=185', 0, 'page', '', 0),
(210, 1, '2024-05-09 18:10:56', '2024-05-09 18:10:56', '', 'why-us-banner', '', 'inherit', 'open', 'closed', '', 'why-us-banner', '', '', '2024-05-09 18:10:56', '2024-05-09 18:10:56', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 1, '2024-05-10 08:37:54', '2024-05-10 08:37:54', '<h1>About us</h1>		\n		At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.		\n													<img width=\"900\" height=\"359\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />													\n			<h2>Our Commitment</h2>		\n		<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.</p>		\n			<h2>What Sets Us Apart</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam – Listening, Reading, Writing, and Speaking – with a focus on building your confidence and competence in each area.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\n									</li>\n						</ul>\n			<h2>Our Services</h2>		\n		In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\n									</li>\n						</ul>\n			<h2>Get Started Today</h2>		\n		Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2024-06-01 03:52:24', '2024-06-01 03:52:24', '', 0, 'https://deploy.graceinfomedia.com/dic-shahkot/?page_id=241', 0, 'page', '', 0),
(279, 1, '2024-05-11 08:02:15', '2024-05-11 08:02:15', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'gov approved', '', 'publish', 'closed', 'closed', '', 'gov-approved', '', '', '2024-05-11 08:02:15', '2024-05-11 08:02:15', '', 0, 'https://deploy.graceinfomedia.com/dic-shahkot/?elementor_library=gov-approved', 0, 'elementor_library', '', 0),
(298, 1, '2024-05-11 08:35:28', '2024-05-11 08:35:28', '', 'PTE', '', 'inherit', 'open', 'closed', '', 'pte', '', '', '2024-05-11 08:35:28', '2024-05-11 08:35:28', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/PTE.jpg', 0, 'attachment', 'image/jpeg', 0),
(305, 1, '2024-05-11 09:15:43', '2024-05-11 09:15:43', '', 'Computer-courses', '', 'inherit', 'open', 'closed', '', 'computer-courses', '', '', '2024-05-11 09:15:43', '2024-05-11 09:15:43', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Computer-courses.jpg', 0, 'attachment', 'image/jpeg', 0),
(306, 1, '2024-05-11 09:16:37', '2024-05-11 09:16:37', '', 'Tuition', '', 'inherit', 'open', 'closed', '', 'tuition', '', '', '2024-05-11 09:16:37', '2024-05-11 09:16:37', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Tuition.jpg', 0, 'attachment', 'image/jpeg', 0),
(307, 1, '2024-05-11 09:18:09', '2024-05-11 09:18:09', '', 'study-visa', '', 'inherit', 'open', 'closed', '', 'study-visa', '', '', '2024-05-11 09:18:09', '2024-05-11 09:18:09', '', 133, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/study-visa.jpg', 0, 'attachment', 'image/jpeg', 0),
(332, 1, '2024-05-15 09:58:27', '2024-05-15 09:58:27', '', 'glimpses of our success stories image eight', '', 'inherit', 'open', 'closed', '', 'dic-success-story-eight', '', '', '2024-05-15 09:58:27', '2024-05-15 09:58:27', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-eight.jpg', 0, 'attachment', 'image/jpeg', 0),
(333, 1, '2024-05-06 03:45:40', '2024-05-06 03:45:40', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit-2', '', '', '2024-05-06 03:45:40', '2024-05-06 03:45:40', '', 0, 'https://deploy.graceinfomedia.com/dic-shahkot/?p=7', 0, 'elementor_library', '', 0),
(334, 1, '2024-05-15 10:07:55', '2024-05-15 10:07:55', '', 'glimpses of our success stories image eleven', '', 'inherit', 'open', 'closed', '', 'dic-success-story-eleven', '', '', '2024-05-15 10:07:55', '2024-05-15 10:07:55', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-eleven.jpg', 0, 'attachment', 'image/jpeg', 0),
(335, 1, '2024-05-15 10:08:52', '2024-05-15 10:08:52', '', 'glimpses of our success stories image fifteen', '', 'inherit', 'open', 'closed', '', 'dic-success-story-fifteen', '', '', '2024-05-15 10:08:52', '2024-05-15 10:08:52', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-fifteen.jpg', 0, 'attachment', 'image/jpeg', 0),
(336, 1, '2024-05-15 10:29:35', '2024-05-15 10:29:35', '', 'glimpses of our success stories image fourteen', '', 'inherit', 'open', 'closed', '', 'dic-success-story-fourteen', '', '', '2024-05-15 10:29:35', '2024-05-15 10:29:35', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-fourteen.jpg', 0, 'attachment', 'image/jpeg', 0),
(337, 1, '2024-05-15 10:29:37', '2024-05-15 10:29:37', '', 'glimpses of our success stories image nine', '', 'inherit', 'open', 'closed', '', 'dic-success-story-nine', '', '', '2024-05-15 10:29:37', '2024-05-15 10:29:37', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-nine.jpg', 0, 'attachment', 'image/jpeg', 0),
(338, 1, '2024-05-15 10:29:40', '2024-05-15 10:29:40', '', 'glimpses of our success stories image one', '', 'inherit', 'open', 'closed', '', 'dic-success-story-one', '', '', '2024-05-15 10:29:40', '2024-05-15 10:29:40', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg', 0, 'attachment', 'image/jpeg', 0),
(339, 1, '2024-05-15 10:29:43', '2024-05-15 10:29:43', '', 'glimpses of our success stories image seven', '', 'inherit', 'open', 'closed', '', 'dic-success-story-seven', '', '', '2024-05-15 10:29:43', '2024-05-15 10:29:43', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg', 0, 'attachment', 'image/jpeg', 0),
(340, 1, '2024-05-15 10:29:47', '2024-05-15 10:29:47', '', 'DIC-success-story-sisteen', '', 'inherit', 'open', 'closed', '', 'dic-success-story-sisteen', '', '', '2024-05-15 10:29:47', '2024-05-15 10:29:47', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg', 0, 'attachment', 'image/jpeg', 0),
(341, 1, '2024-05-15 10:29:49', '2024-05-15 10:29:49', '', 'glimpses of our success stories image six', '', 'inherit', 'open', 'closed', '', 'dic-success-story-six', '', '', '2024-05-15 10:29:49', '2024-05-15 10:29:49', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-six.jpg', 0, 'attachment', 'image/jpeg', 0),
(342, 1, '2024-05-15 10:29:51', '2024-05-15 10:29:51', '', 'DIC-success-story-ten', '', 'inherit', 'open', 'closed', '', 'dic-success-story-ten', '', '', '2024-05-15 10:29:51', '2024-05-15 10:29:51', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-ten.jpg', 0, 'attachment', 'image/jpeg', 0),
(343, 1, '2024-05-15 10:29:53', '2024-05-15 10:29:53', '', 'DIC-success-story-thirteen', '', 'inherit', 'open', 'closed', '', 'dic-success-story-thirteen', '', '', '2024-05-15 10:29:53', '2024-05-15 10:29:53', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg', 0, 'attachment', 'image/jpeg', 0),
(344, 1, '2024-05-15 10:29:56', '2024-05-15 10:29:56', '', 'DIC-success-story-three', '', 'inherit', 'open', 'closed', '', 'dic-success-story-three', '', '', '2024-05-15 10:29:56', '2024-05-15 10:29:56', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-three.jpg', 0, 'attachment', 'image/jpeg', 0),
(345, 1, '2024-05-15 10:29:58', '2024-05-15 10:29:58', '', 'DIC-success-story-tweleve', '', 'inherit', 'open', 'closed', '', 'dic-success-story-tweleve', '', '', '2024-05-15 10:29:58', '2024-05-15 10:29:58', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-tweleve.jpg', 0, 'attachment', 'image/jpeg', 0),
(346, 1, '2024-05-15 10:30:00', '2024-05-15 10:30:00', '', 'glimpses of our success stories image two', '', 'inherit', 'open', 'closed', '', 'dic-success-story-two', '', '', '2024-05-15 10:30:00', '2024-05-15 10:30:00', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two.jpg', 0, 'attachment', 'image/jpeg', 0),
(374, 1, '2024-05-15 11:32:42', '2024-05-15 11:32:42', '', 'glimpses of our success stories image two', '', 'inherit', 'open', 'closed', '', 'dic-success-story-two-2', '', '', '2024-05-15 11:32:42', '2024-05-15 11:32:42', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(382, 1, '2024-05-15 11:54:15', '2024-05-15 11:54:15', '', 'Jasvir-Singh-CEO-at-DIC', '', 'inherit', 'open', 'closed', '', 'jasvir-singh-ceo-at-dic', '', '', '2024-05-15 11:54:15', '2024-05-15 11:54:15', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg', 0, 'attachment', 'image/jpeg', 0),
(383, 1, '2024-05-15 11:57:17', '2024-05-15 11:57:17', '', 'Rajwinder-Kaur-MD-of-DIC', '', 'inherit', 'open', 'closed', '', 'rajwinder-kaur-md-of-dic', '', '', '2024-05-15 11:57:17', '2024-05-15 11:57:17', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg', 0, 'attachment', 'image/jpeg', 0),
(385, 1, '2024-05-06 02:55:23', '2024-05-06 02:55:23', '<h1>Welcome to Dhanjal IELTS Classes</h1>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'publish', 'closed', 'open', '', 'sample-page-2', '', '', '2024-06-01 03:51:51', '2024-06-01 03:51:51', '', 0, 'https://deploy.graceinfomedia.com/dic-shahkot/?page_id=2', 0, 'page', '', 0),
(387, 1, '2024-05-06 02:57:24', '2024-05-06 02:57:24', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-twentytwentyfour', '', '', '2024-05-06 02:57:24', '2024-05-06 02:57:24', '', 0, 'https://deploy.graceinfomedia.com/dic-shahkot/index.php/2024/05/06/wp-global-styles-twentytwentyfour/', 0, 'wp_global_styles', '', 0);
INSERT INTO `n3nm_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
(388, 1, '2024-05-17 13:50:09', '2024-05-17 13:50:09', ' ', '', '', 'publish', 'closed', 'closed', '', '388', '', '', '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 1, 'nav_menu_item', '', 0),
(389, 1, '2024-05-17 13:50:09', '2024-05-17 13:50:09', ' ', '', '', 'publish', 'closed', 'closed', '', '389', '', '', '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 4, 'nav_menu_item', '', 0),
(390, 1, '2024-05-17 13:50:09', '2024-05-17 13:50:09', ' ', '', '', 'publish', 'closed', 'closed', '', '390', '', '', '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 3, 'nav_menu_item', '', 0),
(391, 1, '2024-05-17 13:50:09', '2024-05-17 13:50:09', ' ', '', '', 'publish', 'closed', 'closed', '', '391', '', '', '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 3, 'nav_menu_item', '', 0),
(392, 1, '2024-05-17 13:50:09', '2024-05-17 13:50:09', ' ', '', '', 'publish', 'closed', 'closed', '', '392', '', '', '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 5, 'nav_menu_item', '', 0),
(393, 1, '2024-05-17 13:50:09', '2024-05-17 13:50:09', ' ', '', '', 'publish', 'closed', 'closed', '', '393', '', '', '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 5, 'nav_menu_item', '', 0),
(394, 1, '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', '<span class=\"dashicons dashicons-facebook-alt\"></span>', '', 'publish', 'closed', 'closed', '', '394', '', '', '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 6, 'nav_menu_item', '', 0),
(395, 1, '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', '<span class=\"dashicons dashicons-instagram\"></span>', '', 'publish', 'closed', 'closed', '', '395', '', '', '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 7, 'nav_menu_item', '', 0),
(396, 1, '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', '<span class=\"dashicons dashicons-youtube\"></span>', '', 'publish', 'closed', 'closed', '', '396', '', '', '2024-05-17 13:50:09', '2024-05-17 13:50:09', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 8, 'nav_menu_item', '', 0),
(397, 1, '2024-05-17 13:50:10', '2024-05-17 13:50:10', ' ', '', '', 'publish', 'closed', 'closed', '', '397', '', '', '2024-05-17 13:50:10', '2024-05-17 13:50:10', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 2, 'nav_menu_item', '', 0),
(398, 1, '2024-05-17 13:50:10', '2024-05-17 13:50:10', ' ', '', '', 'publish', 'closed', 'closed', '', '398', '', '', '2024-05-17 13:50:10', '2024-05-17 13:50:10', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/', 2, 'nav_menu_item', '', 0),
(399, 1, '2024-05-06 02:55:24', '2024-05-06 02:55:24', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation-2', '', '', '2024-05-06 02:55:24', '2024-05-06 02:55:24', '', 0, 'https://deploy.graceinfomedia.com/dic-shahkot/index.php/2024/05/06/navigation/', 0, 'wp_navigation', '', 0),
(400, 1, '2024-05-17 13:50:10', '2024-05-17 13:50:10', ' ', '', '', 'publish', 'closed', 'closed', '', '400', '', '', '2024-05-17 13:50:10', '2024-05-17 13:50:10', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/400/', 1, 'nav_menu_item', '', 0),
(401, 1, '2024-05-17 13:50:10', '2024-05-17 13:50:10', ' ', '', '', 'publish', 'closed', 'closed', '', '401', '', '', '2024-05-17 13:50:10', '2024-05-17 13:50:10', '', 0, 'https://dhanjalieltsclasses.com/uncategorized/401/', 4, 'nav_menu_item', '', 0),
(408, 1, '2024-05-17 14:22:36', '2024-05-17 14:22:36', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2024-05-17 14:22:36', '2024-05-17 14:22:36', '', 6, 'https://dhanjalieltsclasses.com/?p=408', 0, 'revision', '', 0),
(409, 1, '2024-05-17 14:22:36', '2024-05-17 14:22:36', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2024-05-17 14:22:36', '2024-05-17 14:22:36', '', 6, 'https://dhanjalieltsclasses.com/?p=409', 0, 'revision', '', 0),
(410, 1, '2024-05-17 14:26:15', '2024-05-17 14:26:15', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2024-05-17 14:26:15', '2024-05-17 14:26:15', '', 6, 'https://dhanjalieltsclasses.com/?p=410', 0, 'revision', '', 0),
(412, 1, '2024-05-17 14:46:41', '2024-05-17 14:46:41', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://deploy.graceinfomedia.com/dic-shahkot/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n													<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qo6xxcorxzkbbzgnzcfj1gimfmaharnnk8uf9axrmw.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qo6xvv3z4fiyy7mho79slc1cknmk40qycvnqwj57hk.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qo6xh17naj83rp609shp92rj5sq2nxvezh3ybd4tns.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qo6ytt25x1yf54fohwi50f9jxpw24zyadv3y4fszro.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qo6ytuxuaq2aui8t5wa1rr7i0c2ghxph151xqsqmg8.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qo6yu67wkqhqptsfc15klod14yiv2ay92ovri49wdk.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qo6yu83kyekbd1pp11ytqnvybq9lhp5pqy6qgo7414.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 14:46:41', '2024-05-17 14:46:41', '', 385, 'https://dhanjalieltsclasses.com/?p=412', 0, 'revision', '', 0),
(413, 1, '2024-05-17 14:46:41', '2024-05-17 14:46:41', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://deploy.graceinfomedia.com/dic-shahkot/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n													<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qo6xxcorxzkbbzgnzcfj1gimfmaharnnk8uf9axrmw.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qo6xvv3z4fiyy7mho79slc1cknmk40qycvnqwj57hk.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qo6xh17naj83rp609shp92rj5sq2nxvezh3ybd4tns.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qo6ytt25x1yf54fohwi50f9jxpw24zyadv3y4fszro.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qo6ytuxuaq2aui8t5wa1rr7i0c2ghxph151xqsqmg8.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qo6yu67wkqhqptsfc15klod14yiv2ay92ovri49wdk.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qo6yu83kyekbd1pp11ytqnvybq9lhp5pqy6qgo7414.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 14:46:41', '2024-05-17 14:46:41', '', 385, 'https://dhanjalieltsclasses.com/?p=413', 0, 'revision', '', 0),
(414, 1, '2024-05-17 14:46:41', '2024-05-17 14:46:41', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n			<link rel=\"stylesheet\" href=\"https://dhanjalieltsclasses.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 14:46:41', '2024-05-17 14:46:41', '', 385, 'https://dhanjalieltsclasses.com/?p=414', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(415, 1, '2024-05-17 14:49:46', '2024-05-17 14:49:46', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n			<link rel=\"stylesheet\" href=\"https://dhanjalieltsclasses.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 14:49:46', '2024-05-17 14:49:46', '', 385, 'https://dhanjalieltsclasses.com/?p=415', 0, 'revision', '', 0),
(416, 1, '2024-05-17 14:49:46', '2024-05-17 14:49:46', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n			<link rel=\"stylesheet\" href=\"https://dhanjalieltsclasses.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 14:49:46', '2024-05-17 14:49:46', '', 385, 'https://dhanjalieltsclasses.com/?p=416', 0, 'revision', '', 0),
(417, 1, '2024-05-17 14:49:46', '2024-05-17 14:49:46', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n			<link rel=\"stylesheet\" href=\"https://dhanjalieltsclasses.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 14:49:46', '2024-05-17 14:49:46', '', 385, 'https://dhanjalieltsclasses.com/?p=417', 0, 'revision', '', 0),
(419, 1, '2024-05-17 15:15:26', '2024-05-17 15:15:26', '', 'VID-20240515-WA0020', '', 'inherit', 'open', 'closed', '', 'vid-20240515-wa0020', '', '', '2024-05-17 15:15:26', '2024-05-17 15:15:26', '', 385, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4', 0, 'attachment', 'video/mp4', 0);
INSERT INTO `n3nm_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
(420, 1, '2024-05-17 15:15:52', '2024-05-17 15:15:52', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n			<link rel=\"stylesheet\" href=\"https://dhanjalieltsclasses.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:15:52', '2024-05-17 15:15:52', '', 385, 'https://dhanjalieltsclasses.com/?p=420', 0, 'revision', '', 0),
(421, 1, '2024-05-17 15:15:52', '2024-05-17 15:15:52', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n			<link rel=\"stylesheet\" href=\"https://dhanjalieltsclasses.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:15:52', '2024-05-17 15:15:52', '', 385, 'https://dhanjalieltsclasses.com/?p=421', 0, 'revision', '', 0),
(422, 1, '2024-05-17 15:15:53', '2024-05-17 15:15:53', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n													<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:15:53', '2024-05-17 15:15:53', '', 385, 'https://dhanjalieltsclasses.com/?p=422', 0, 'revision', '', 0),
(423, 1, '2024-05-17 15:18:27', '2024-05-17 15:18:27', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n													<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:18:27', '2024-05-17 15:18:27', '', 385, 'https://dhanjalieltsclasses.com/?p=423', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(424, 1, '2024-05-17 15:18:28', '2024-05-17 15:18:28', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n													<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:18:28', '2024-05-17 15:18:28', '', 385, 'https://dhanjalieltsclasses.com/?p=424', 0, 'revision', '', 0),
(425, 1, '2024-05-17 15:18:28', '2024-05-17 15:18:28', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n													<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:18:28', '2024-05-17 15:18:28', '', 385, 'https://dhanjalieltsclasses.com/?p=425', 0, 'revision', '', 0),
(426, 1, '2024-05-17 15:20:17', '2024-05-17 15:20:17', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n													<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:20:17', '2024-05-17 15:20:17', '', 385, 'https://dhanjalieltsclasses.com/?p=426', 0, 'revision', '', 0),
(427, 1, '2024-05-17 15:20:17', '2024-05-17 15:20:17', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n													<img width=\"800\" height=\"595\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg\" alt=\"why us\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-1024x762.jpg 1024w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-300x223.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner-768x572.jpg 768w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/why-us-banner.jpg 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:20:17', '2024-05-17 15:20:17', '', 385, 'https://dhanjalieltsclasses.com/?p=427', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(428, 1, '2024-05-17 15:20:17', '2024-05-17 15:20:17', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:20:17', '2024-05-17 15:20:17', '', 385, 'https://dhanjalieltsclasses.com/?p=428', 0, 'revision', '', 0),
(429, 1, '2024-05-17 15:20:49', '2024-05-17 15:20:49', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:20:49', '2024-05-17 15:20:49', '', 385, 'https://dhanjalieltsclasses.com/?p=429', 0, 'revision', '', 0),
(430, 1, '2024-05-17 15:20:50', '2024-05-17 15:20:50', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:20:50', '2024-05-17 15:20:50', '', 385, 'https://dhanjalieltsclasses.com/?p=430', 0, 'revision', '', 0),
(431, 1, '2024-05-17 15:20:50', '2024-05-17 15:20:50', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:20:50', '2024-05-17 15:20:50', '', 385, 'https://dhanjalieltsclasses.com/?p=431', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(432, 1, '2024-05-17 15:22:47', '2024-05-17 15:22:47', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:22:47', '2024-05-17 15:22:47', '', 385, 'https://dhanjalieltsclasses.com/?p=432', 0, 'revision', '', 0),
(433, 1, '2024-05-17 15:22:47', '2024-05-17 15:22:47', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:22:47', '2024-05-17 15:22:47', '', 385, 'https://dhanjalieltsclasses.com/?p=433', 0, 'revision', '', 0),
(434, 1, '2024-05-17 15:22:48', '2024-05-17 15:22:48', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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-block-end:0;flex-grow:1;border-block-start: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--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:22:48', '2024-05-17 15:22:48', '', 385, 'https://dhanjalieltsclasses.com/?p=434', 0, 'revision', '', 0),
(435, 1, '2024-05-17 15:26:56', '2024-05-17 15:26:56', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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-block-end:0;flex-grow:1;border-block-start: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--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:26:56', '2024-05-17 15:26:56', '', 385, 'https://dhanjalieltsclasses.com/?p=435', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(436, 1, '2024-05-17 15:26:56', '2024-05-17 15:26:56', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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-block-end:0;flex-grow:1;border-block-start: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--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:26:56', '2024-05-17 15:26:56', '', 385, 'https://dhanjalieltsclasses.com/?p=436', 0, 'revision', '', 0),
(437, 1, '2024-05-17 15:26:56', '2024-05-17 15:26:56', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:26:56', '2024-05-17 15:26:56', '', 385, 'https://dhanjalieltsclasses.com/?p=437', 0, 'revision', '', 0),
(438, 1, '2024-05-17 15:29:19', '2024-05-17 15:29:19', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:29:19', '2024-05-17 15:29:19', '', 385, 'https://dhanjalieltsclasses.com/?p=438', 0, 'revision', '', 0),
(439, 1, '2024-05-17 15:29:20', '2024-05-17 15:29:20', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:29:20', '2024-05-17 15:29:20', '', 385, 'https://dhanjalieltsclasses.com/?p=439', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(440, 1, '2024-05-17 15:29:20', '2024-05-17 15:29:20', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:29:20', '2024-05-17 15:29:20', '', 385, 'https://dhanjalieltsclasses.com/?p=440', 0, 'revision', '', 0),
(441, 1, '2024-05-17 15:31:36', '2024-05-17 15:31:36', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:31:36', '2024-05-17 15:31:36', '', 385, 'https://dhanjalieltsclasses.com/?p=441', 0, 'revision', '', 0),
(442, 1, '2024-05-17 15:31:36', '2024-05-17 15:31:36', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:31:36', '2024-05-17 15:31:36', '', 385, 'https://dhanjalieltsclasses.com/?p=442', 0, 'revision', '', 0),
(443, 1, '2024-05-17 15:31:37', '2024-05-17 15:31:37', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-17 15:31:37', '2024-05-17 15:31:37', '', 385, 'https://dhanjalieltsclasses.com/?p=443', 0, 'revision', '', 0),
(444, 1, '2024-05-17 18:20:46', '2024-05-17 18:20:46', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>About us</h2>		\n		At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.		\n			<h2>Our Commitment</h2>		\n		<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.</p>		\n			<h2>What Sets Us Apart</h2>		\n			<link rel=\"stylesheet\" href=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam – Listening, Reading, Writing, and Speaking – with a focus on building your confidence and competence in each area.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\n									</li>\n						</ul>\n			<h2>Our Services</h2>		\n		In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\n									</li>\n						</ul>\n			<h2>Get Started Today</h2>		\n		Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'About Us', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2024-05-17 18:20:46', '2024-05-17 18:20:46', '', 241, 'https://dhanjalieltsclasses.com/?p=444', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(445, 1, '2024-05-17 18:20:46', '2024-05-17 18:20:46', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>About us</h2>		\n		At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.		\n			<h2>Our Commitment</h2>		\n		<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.</p>		\n			<h2>What Sets Us Apart</h2>		\n			<link rel=\"stylesheet\" href=\"https://deploy.graceinfomedia.com/dic-shahkot/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam – Listening, Reading, Writing, and Speaking – with a focus on building your confidence and competence in each area.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\n									</li>\n						</ul>\n			<h2>Our Services</h2>		\n		In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\n									</li>\n						</ul>\n			<h2>Get Started Today</h2>		\n		Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'About Us', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2024-05-17 18:20:46', '2024-05-17 18:20:46', '', 241, 'https://dhanjalieltsclasses.com/?p=445', 0, 'revision', '', 0),
(446, 1, '2024-05-17 18:20:46', '2024-05-17 18:20:46', '<h2>About us</h2>		\n		At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"900\" height=\"359\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />													\n			<h2>Our Commitment</h2>		\n		<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.</p>		\n			<h2>What Sets Us Apart</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam – Listening, Reading, Writing, and Speaking – with a focus on building your confidence and competence in each area.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\n									</li>\n						</ul>\n			<h2>Our Services</h2>		\n		In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\n									</li>\n						</ul>\n			<h2>Get Started Today</h2>		\n		Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'About Us', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2024-05-17 18:20:46', '2024-05-17 18:20:46', '', 241, 'https://dhanjalieltsclasses.com/?p=446', 0, 'revision', '', 0),
(447, 1, '2024-05-18 09:21:27', '2024-05-18 09:21:27', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:21:27', '2024-05-18 09:21:27', '', 385, 'https://dhanjalieltsclasses.com/?p=447', 0, 'revision', '', 0),
(448, 1, '2024-05-18 09:21:28', '2024-05-18 09:21:28', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, 15 years of Teaching experience, Expert in IELTS, A.C, G.T and PTE</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:21:28', '2024-05-18 09:21:28', '', 385, 'https://dhanjalieltsclasses.com/?p=448', 0, 'revision', '', 0),
(449, 1, '2024-05-18 09:21:28', '2024-05-18 09:21:28', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:21:28', '2024-05-18 09:21:28', '', 385, 'https://dhanjalieltsclasses.com/?p=449', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(450, 1, '2024-05-18 09:23:16', '2024-05-18 09:23:16', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:23:16', '2024-05-18 09:23:16', '', 385, 'https://dhanjalieltsclasses.com/?p=450', 0, 'revision', '', 0),
(451, 1, '2024-05-18 09:23:16', '2024-05-18 09:23:16', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:23:16', '2024-05-18 09:23:16', '', 385, 'https://dhanjalieltsclasses.com/?p=451', 0, 'revision', '', 0),
(452, 1, '2024-05-18 09:23:16', '2024-05-18 09:23:16', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:23:16', '2024-05-18 09:23:16', '', 385, 'https://dhanjalieltsclasses.com/?p=452', 0, 'revision', '', 0),
(453, 1, '2024-05-18 09:24:28', '2024-05-18 09:24:28', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:24:28', '2024-05-18 09:24:28', '', 385, 'https://dhanjalieltsclasses.com/?p=453', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(454, 1, '2024-05-18 09:24:29', '2024-05-18 09:24:29', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:24:29', '2024-05-18 09:24:29', '', 385, 'https://dhanjalieltsclasses.com/?p=454', 0, 'revision', '', 0),
(455, 1, '2024-05-18 09:24:29', '2024-05-18 09:24:29', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:24:29', '2024-05-18 09:24:29', '', 385, 'https://dhanjalieltsclasses.com/?p=455', 0, 'revision', '', 0),
(456, 1, '2024-05-18 09:25:21', '2024-05-18 09:25:21', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:25:21', '2024-05-18 09:25:21', '', 385, 'https://dhanjalieltsclasses.com/?p=456', 0, 'revision', '', 0),
(457, 1, '2024-05-18 09:25:21', '2024-05-18 09:25:21', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:25:21', '2024-05-18 09:25:21', '', 385, 'https://dhanjalieltsclasses.com/?p=457', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(458, 1, '2024-05-18 09:25:21', '2024-05-18 09:25:21', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-05-18 09:25:21', '2024-05-18 09:25:21', '', 385, 'https://dhanjalieltsclasses.com/?p=458', 0, 'revision', '', 0),
(462, 1, '2024-06-01 03:51:50', '2024-06-01 03:51:50', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-06-01 03:51:50', '2024-06-01 03:51:50', '', 385, 'https://dhanjalieltsclasses.com/?p=462', 0, 'revision', '', 0),
(463, 1, '2024-06-01 03:51:50', '2024-06-01 03:51:50', '<h2>Welcome to Dhanjal IELTS Classes</h2>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-06-01 03:51:50', '2024-06-01 03:51:50', '', 385, 'https://dhanjalieltsclasses.com/?p=463', 0, 'revision', '', 0),
(464, 1, '2024-06-01 03:51:51', '2024-06-01 03:51:51', '<h1>Welcome to Dhanjal IELTS Classes</h1>		\n		<p>At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency. Our institute is a beacon of learning where ambition meets opportunity, and we are dedicated to helping you achieve your goals.</p>		\n			<a href=\"https://dhanjalieltsclasses.com/courses/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"></path></svg>			\n									Click here to see our courses & services\n					</a>\n			<h2>Embark on Your Journey to Success</h2>		\n		<p>At Dhanjal IELTS Classes, your dreams are our mission. Whether you\'re aiming for academic excellence, professional advancement, or personal development, we are here to support you every step of the way. Join us and unlock your potential today!</p>		\n		https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/VID-20240515-WA0020.mp4		\n			<h2>Why Choose Us?</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our team of experienced educators is passionate about teaching and is here to guide you every step of the way.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized Attention: We believe in the power of personalized education, which is why we offer small class sizes and individualized study plans.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Proven Track Record: With countless success stories and testimonials, our results speak for themselves.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										State-of-the-Art Facilities: Modern classrooms equipped with the latest technology to enhance your learning experience.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supportive Community: Join a community of like-minded individuals who share your aspirations and encourage your growth.\n									</li>\n						</ul>\n			<h2>Meet the DIC Management</h2>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg\" alt=\"Jasvir Singh Dhanjal CEO at DIC\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Jasvir Singh Dhanjal</h2>		\n		Chief Executive Officer (CEO)\n<br>\n<strong>Visa Expert</strong>		\n													<img width=\"675\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg 675w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC-225x300.jpg 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" />													\n			<h2>Rajwinder Kaur</h2>		\n		Managing Director (MD)\n<br>\n<strong>M.A, Teaching experience of 15 years, Expert in PTE, IELTS(academic and general training)</strong>		\n			<h2>Glimpses of Our Success Stories</h2>		\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg\" title=\"glimpses of our success stories image fifteen\" alt=\"glimpses of our success stories image fifteen\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg\" title=\"glimpses of our success stories image eleven\" alt=\"glimpses of our success stories image eleven\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg\" title=\"glimpses of our success stories image eight\" alt=\"glimpses of our success stories image eight\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg\" title=\"glimpses of our success stories image fourteen\" alt=\"glimpses of our success stories image fourteen\" loading=\"lazy\" />													\n													<img width=\"750\" height=\"569\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg\" alt=\"glimpses of our success stories image one\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg 750w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one-300x228.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg\" title=\"glimpses of our success stories image nine\" alt=\"glimpses of our success stories image nine\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"glimpses of our success stories image six\" alt=\"glimpses of our success stories image six\" loading=\"lazy\" />													\n													<img src=\"https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg\" title=\"DIC-success-story-ten\" alt=\"DIC-success-story-ten\" loading=\"lazy\" />													\n													<img width=\"698\" height=\"900\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg 698w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen-233x300.jpg 233w\" sizes=\"(max-width: 698px) 100vw, 698px\" />													\n													<img width=\"706\" height=\"1000\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg\" alt=\"glimpses of our success stories image seven\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg 706w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven-212x300.jpg 212w\" sizes=\"(max-width: 706px) 100vw, 706px\" />													\n													<img width=\"800\" height=\"887\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg\" alt=\"\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg 800w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-271x300.jpg 271w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen-768x852.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n													<img width=\"800\" height=\"319\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2024-06-01 03:51:51', '2024-06-01 03:51:51', '', 385, 'https://dhanjalieltsclasses.com/?p=464', 0, 'revision', '', 0),
(465, 1, '2024-06-01 03:52:24', '2024-06-01 03:52:24', '<h2>About us</h2>		\n		At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"900\" height=\"359\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />													\n			<h2>Our Commitment</h2>		\n		<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.</p>		\n			<h2>What Sets Us Apart</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam – Listening, Reading, Writing, and Speaking – with a focus on building your confidence and competence in each area.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\n									</li>\n						</ul>\n			<h2>Our Services</h2>		\n		In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\n									</li>\n						</ul>\n			<h2>Get Started Today</h2>		\n		Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'About Us', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2024-06-01 03:52:24', '2024-06-01 03:52:24', '', 241, 'https://dhanjalieltsclasses.com/?p=465', 0, 'revision', '', 0);
INSERT INTO `n3nm_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
(466, 1, '2024-06-01 03:52:24', '2024-06-01 03:52:24', '<h2>About us</h2>		\n		At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>										<img width=\"900\" height=\"359\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />													\n			<h2>Our Commitment</h2>		\n		<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.</p>		\n			<h2>What Sets Us Apart</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam – Listening, Reading, Writing, and Speaking – with a focus on building your confidence and competence in each area.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\n									</li>\n						</ul>\n			<h2>Our Services</h2>		\n		In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\n									</li>\n						</ul>\n			<h2>Get Started Today</h2>		\n		Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'About Us', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2024-06-01 03:52:24', '2024-06-01 03:52:24', '', 241, 'https://dhanjalieltsclasses.com/?p=466', 0, 'revision', '', 0),
(467, 1, '2024-06-01 03:52:24', '2024-06-01 03:52:24', '<h1>About us</h1>		\n		At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it\'s pursuing higher education, emigrating to a new country, or advancing in your career. That\'s why we\'re dedicated to providing exceptional IELTS preparation and testing services to help you reach your goals with confidence.		\n													<img width=\"900\" height=\"359\" src=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg\" alt=\"glimpses of our success stories image two\" srcset=\"https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg 900w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-300x120.jpg 300w, https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1-768x306.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />													\n			<h2>Our Commitment</h2>		\n		<p>With a team of experienced instructors and language experts, we are committed to delivering high-quality IELTS preparation courses tailored to meet your unique needs and learning style. Whether you\'re aiming for a specific band score or simply looking to improve your English proficiency, we\'re here to support you every step of the way.</p>		\n			<h2>What Sets Us Apart</h2>		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Instructors: Our instructors are highly qualified and experienced in teaching English language skills and test-taking strategies. They are dedicated to helping you maximize your potential and achieve success on the IELTS exam.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Comprehensive Curriculum: Our comprehensive curriculum covers all four sections of the IELTS exam – Listening, Reading, Writing, and Speaking – with a focus on building your confidence and competence in each area.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Interactive Learning: We believe that active engagement is key to effective learning. That\'s why our courses feature interactive activities, practice exercises, and simulated exam experiences to help you develop your skills in a supportive and engaging environment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Flexible Schedule: We understand that your time is valuable. That\'s why we offer flexible scheduling options, including weekday and weekend classes, to accommodate your busy lifestyle.\n									</li>\n						</ul>\n			<h2>Our Services</h2>		\n		In addition to our IELTS preparation courses, we also offer a range of services to support you throughout your IELTS journey, including:		\n					<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Mock Exams: Practice makes perfect! Our mock exams provide you with the opportunity to simulate the IELTS testing experience under exam conditions, allowing you to identify areas for improvement and fine-tune your test-taking strategies.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										One-on-One Coaching: Need extra help in a specific area? Our one-on-one coaching sessions give you personalized attention and feedback from our expert instructors, helping you overcome challenges and reach your goals more efficiently.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Study Resources: Access a variety of study materials, including textbooks, online resources, and practice tests, to supplement your learning and enhance your preparation for the IELTS exam.\n									</li>\n						</ul>\n			<h2>Get Started Today</h2>		\n		Ready to take the next step towards achieving your language goals? Contact us today to learn more about our IELTS preparation courses and services, or to schedule a consultation with one of our knowledgeable instructors. We\'re here to help you succeed!At Dhanjal IELTS Classes, your success is our priority. Join us and unlock your full potential with confidence!		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'About Us', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2024-06-01 03:52:24', '2024-06-01 03:52:24', '', 241, 'https://dhanjalieltsclasses.com/?p=467', 0, 'revision', '', 0),
(468, 1, '2024-06-01 03:53:25', '2024-06-01 03:53:25', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>Verify your certificate</h2>		\n			[verify_certificate]		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Verify Your Certificate', '', 'inherit', 'closed', 'closed', '', '108-revision-v1', '', '', '2024-06-01 03:53:25', '2024-06-01 03:53:25', '', 108, 'https://dhanjalieltsclasses.com/?p=468', 0, 'revision', '', 0),
(469, 1, '2024-06-01 03:53:25', '2024-06-01 03:53:25', '<style>/*! elementor - v3.21.0 - 08-05-2024 */\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>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.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))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<style>/*! elementor - v3.21.0 - 08-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-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>Verify your certificate</h2>		\n			[verify_certificate]		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Verify Your Certificate', '', 'inherit', 'closed', 'closed', '', '108-revision-v1', '', '', '2024-06-01 03:53:25', '2024-06-01 03:53:25', '', 108, 'https://dhanjalieltsclasses.com/?p=469', 0, 'revision', '', 0),
(470, 1, '2024-06-01 03:53:25', '2024-06-01 03:53:25', '<h1>Verify your certificate</h1>		\n			[verify_certificate]		\n			<h2>Government approved \nlicense no. 1659/MC-6/MA/JAL FN: 1791\nAn iso certified </h2>', 'Verify Your Certificate', '', 'inherit', 'closed', 'closed', '', '108-revision-v1', '', '', '2024-06-01 03:53:25', '2024-06-01 03:53:25', '', 108, 'https://dhanjalieltsclasses.com/?p=470', 0, 'revision', '', 0);

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

--
-- Table structure for table `n3nm_termmeta`
--

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

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

--
-- Table structure for table `n3nm_terms`
--

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

--
-- Dumping data for table `n3nm_terms`
--

INSERT INTO `n3nm_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'container', 'container', 0),
(3, 'Footer Menu', 'footer-menu', 0),
(4, 'Main Menu', 'main-menu', 0),
(5, 'twentytwentyfour', 'twentytwentyfour', 0);

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

--
-- Table structure for table `n3nm_term_relationships`
--

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

--
-- Dumping data for table `n3nm_term_relationships`
--

INSERT INTO `n3nm_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(279, 2, 0),
(387, 5, 0),
(388, 3, 0),
(389, 3, 0),
(390, 4, 0),
(391, 3, 0),
(392, 3, 0),
(393, 4, 0),
(394, 4, 0),
(395, 4, 0),
(396, 4, 0),
(397, 4, 0),
(398, 3, 0),
(400, 4, 0),
(401, 4, 0);

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

--
-- Table structure for table `n3nm_term_taxonomy`
--

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

--
-- Dumping data for table `n3nm_term_taxonomy`
--

INSERT INTO `n3nm_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'elementor_library_type', '', 0, 1),
(3, 3, 'nav_menu', '', 0, 5),
(4, 4, 'nav_menu', '', 0, 8),
(5, 5, 'wp_theme', '', 0, 1);

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

--
-- Table structure for table `n3nm_usermeta`
--

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

--
-- Dumping data for table `n3nm_usermeta`
--

INSERT INTO `n3nm_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'DIC'),
(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, 'n3nm_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'n3nm_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice,plugin_editor_notice'),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"1748dc284bae3ee44e3bf7db0fdd766a7ce8d0261dc335a63c3f989469d9e8d7\";a:4:{s:10:\"expiration\";i:1775384420;s:2:\"ip\";s:14:\"122.173.31.179\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\";s:5:\"login\";i:1775211620;}}'),
(17, 1, 'n3nm_user-settings', 'deleted=undefined&libraryContent=browse&editor=html'),
(18, 1, 'n3nm_user-settings-time', '1716117200'),
(19, 1, 'n3nm_dashboard_quick_press_last_post_id', '473'),
(20, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"122.173.31.0\";}'),
(21, 1, 'elementor_introduction', 'a:5:{s:27:\"ai-get-started-announcement\";b:1;s:30:\"ai_promotion_introduction_code\";b:1;s:20:\"globals_introduction\";b:1;s:18:\"yoast-introduction\";b:1;s:7:\"exit_to\";b:1;}'),
(22, 1, 'n3nm_persisted_preferences', 'a:4:{s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-05-17T18:13:46.724Z\";s:4:\"core\";a:1:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}}s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}'),
(23, 1, 'n3nm_yoast_notifications', 'a:1:{i:0;a:2:{s:7:\"message\";s:359:\"<p>You can speed up your site and get insight into your internal linking structure by letting us perform a few optimizations to the way SEO data is stored. </p><p>We estimate this will take less than a minute.</p><a class=\"button\" href=\"https://dhanjalieltsclasses.com/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Start SEO data optimization</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(24, 1, '_yoast_wpseo_profile_updated', '1715968718'),
(25, 1, 'wpseo_metadesc', 'At Dhanjal IELTS Classes, we are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency.'),
(26, 1, 'wpseo_title', 'Dhanjal IELTS Classes'),
(27, 1, 'wpseo_content_analysis_disable', ''),
(28, 1, 'wpseo_inclusive_language_analysis_disable', ''),
(29, 1, 'wpseo_keyword_analysis_disable', ''),
(30, 1, 'elementor_admin_notices', 'a:1:{s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.22.3\";}}}'),
(31, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:157:\"e-dashboard-overview,llar_stats_widget,dashboard_site_health,dashboard_right_now,dashboard_activity,wpseo-dashboard-overview,wpseo-wincher-dashboard-overview\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}');

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

--
-- Table structure for table `n3nm_users`
--

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

--
-- Dumping data for table `n3nm_users`
--

INSERT INTO `n3nm_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'd1C5hTs02r', '$P$BgY0smyxLTLLYpSYOE7RObYc9CG4Zo1', 'admin', 'info@graceinfomedia.com', 'https://dhanjalieltsclasses.com', '2024-05-17 06:45:24', '', 0, 'DIC');

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

--
-- Table structure for table `n3nm_yoast_indexable`
--

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

--
-- Dumping data for table `n3nm_yoast_indexable`
--

INSERT INTO `n3nm_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(1, 'https://dhanjalieltsclasses.com/verify-your-certificate/', '56:09254dc06eb67f51364d2dcda579b425', 108, 'post', 'page', 1, 0, NULL, 'Verify your certificate at Dhanjal IELTS Classes, we are here to help you to check your certificate online.', 'Verify Your Certificate', 'publish', NULL, 0, NULL, NULL, NULL, 'Verify your certificate', 13, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-17 14:55:21', '2024-06-01 10:53:26', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2024-06-01 03:53:25', '2024-05-08 17:54:14', 0),
(3, 'https://dhanjalieltsclasses.com/', '32:3b9bcdab6717abe62d3836097ff2e01f', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', '', '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '', '', '', '0', NULL, NULL, NULL, NULL, NULL, '2024-05-17 14:55:21', '2024-06-27 22:37:57', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-06-01 03:53:25', '2024-05-06 02:55:23', NULL),
(4, 'https://dhanjalieltsclasses.com/', '32:3b9bcdab6717abe62d3836097ff2e01f', 385, 'post', 'page', 1, 0, 'English language proficiency and much more %%page%% %%sep%% %%sitename%%', 'We are committed to providing exceptional educational services to students and professionals aspiring to excel in English language proficiency', 'Home', 'publish', NULL, 0, NULL, NULL, NULL, 'Dhanjal IELTS Classes Shahkot', 44, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg', NULL, 'first-content-image', NULL, 1, NULL, NULL, '2024-05-17 14:55:21', '2024-06-01 10:51:52', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2024-06-01 03:51:51', '2024-05-06 02:55:23', 0),
(5, 'https://dhanjalieltsclasses.com/courses-and-services/', '53:086580624ab5a14dd8b1e5ff950958df', 133, 'post', 'page', 1, 0, NULL, 'IELTS Exam, Spoken English Skills, Life Skills, Online Classes, UKVI IELTS, PTE preparation, Computer Courses, Tuition Services, Study Visa', 'Our Courses &#038; Services', 'publish', NULL, 0, NULL, NULL, NULL, 'Courses and Services', 58, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/ielts.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/ielts.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2024-05-17 14:57:33', '2024-05-18 22:07:51', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2024-05-09 14:43:45', '2024-05-09 14:43:45', 0),
(6, 'https://dhanjalieltsclasses.com/contact-us/', '43:bc0c02f395b53ecac1a7808953bb83cd', 185, 'post', 'page', 1, 0, NULL, 'Contact Dhanjal IELTS Classes, Our address is First Floor 2738, Azad Nagar, Saidpur Road, Shahkot (Jalandhar)', 'Contact Us', 'publish', NULL, 0, NULL, NULL, NULL, 'Contact Dhanjal IELTS Classes', 36, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-17 14:57:50', '2024-05-18 22:11:23', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2024-05-09 17:48:23', '2024-05-09 17:48:23', 0),
(7, 'https://dhanjalieltsclasses.com/about-us/', '41:10068d908069aa25388f0152eccaed71', 241, 'post', 'page', 1, 0, NULL, 'At Dhanjal IELTS Classes, we understand the pivotal role that language proficiency plays in achieving your dreams, whether it’s pursuing higher education, emigrating to a new country, or advancing in your career.', 'About Us', 'publish', NULL, 0, NULL, NULL, NULL, 'About Dhanjal IELTS Classes', 53, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2024-05-17 15:03:10', '2024-06-01 10:52:25', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2024-06-01 03:52:24', '2024-05-10 08:37:54', 0),
(8, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-17 15:40:38', '2024-05-18 22:11:29', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(9, 'https://dhanjalieltsclasses.com/?page_id=3', '42:aa408deac42b105c867281ec2d3875c2', 3, 'post', 'page', 1, 0, NULL, NULL, 'Privacy Policy', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-17 15:55:19', '2024-05-19 19:14:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-05-17 06:45:24', '2024-05-17 06:45:24', 0),
(15, 'https://dhanjalieltsclasses.com/category/uncategorized/', '55:c386be61eda9792c58c7c42003a1eb63', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-05-17 15:55:19', '2024-05-19 19:14:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2024-05-17 06:45:24', '2024-05-06 02:55:23', NULL),
(16, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-17 15:55:19', '2024-05-19 19:14:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(17, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-05-17 15:55:19', '2024-05-19 19:14:22', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL);

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

--
-- Table structure for table `n3nm_yoast_indexable_hierarchy`
--

CREATE TABLE `n3nm_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL,
  `ancestor_id` int(11) UNSIGNED NOT NULL,
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `n3nm_yoast_indexable_hierarchy`
--

INSERT INTO `n3nm_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(1, 0, 0, 1),
(3, 0, 0, 1),
(4, 0, 0, 1),
(5, 0, 0, 1),
(6, 0, 0, 1),
(7, 0, 0, 1),
(9, 0, 0, 1),
(15, 0, 0, 1),
(16, 0, 0, 1);

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

--
-- Table structure for table `n3nm_yoast_migrations`
--

CREATE TABLE `n3nm_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL,
  `version` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `n3nm_yoast_migrations`
--

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

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

--
-- Table structure for table `n3nm_yoast_primary_term`
--

CREATE TABLE `n3nm_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `n3nm_yoast_seo_links`
--

CREATE TABLE `n3nm_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `target_post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `target_indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `height` int(11) UNSIGNED DEFAULT NULL,
  `width` int(11) UNSIGNED DEFAULT NULL,
  `size` int(11) UNSIGNED DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `n3nm_yoast_seo_links`
--

INSERT INTO `n3nm_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(1, 'https://dhanjalieltsclasses.com/courses/', 385, NULL, 'internal', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(3, 'https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fifteen-qoaovmchq860vsk23uwmxzpa7mi6k3n8ifvsc1j9k8.jpg', 385, NULL, 'image-in', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(4, 'https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eleven-qoaovlenje4qk6lf9ci0dhxtm8mtceji6b8aurknqg.jpg', 385, NULL, 'image-in', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(5, 'https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-eight-qoaovkgtck3g8kmseu3dt06d0urg4pfru6ktdhm1wo.jpg', 385, NULL, 'image-in', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(6, 'https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-fourteen-qoaovmchq84ptmo74vxzbna9bs2imk3ijf8ro8iuj8.jpg', 385, NULL, 'image-in', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(7, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-one.jpg', 385, 338, 'image-in', 4, NULL, 569, 750, 97066, NULL, NULL),
(8, 'https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-nine-qoaovnabx27b7eioydb9ihgqt0djrsqyukj9tbhve0.jpg', 385, NULL, 'image-in', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(9, 'https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-six-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg', 385, NULL, 'image-in', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(10, 'https://dhanjalieltsclasses.com/wp-content/uploads/elementor/thumbs/DIC-success-story-ten-qoaovq3uhkb668elhwj57yr4l5znew25uyhq95dovc.jpg', 385, NULL, 'image-in', 4, NULL, NULL, NULL, NULL, NULL, NULL),
(11, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-thirteen.jpg', 385, 343, 'image-in', 4, NULL, 900, 698, 83876, NULL, NULL),
(12, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-seven.jpg', 385, 339, 'image-in', 4, NULL, 1000, 706, 88591, NULL, NULL),
(13, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-sisteen.jpg', 385, 340, 'image-in', 4, NULL, 887, 800, 132384, NULL, NULL),
(14, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg', 385, 374, 'image-in', 4, NULL, 359, 900, 86799, NULL, NULL),
(15, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Jasvir-Singh-CEO-at-DIC.jpg', 385, 382, 'image-in', 4, NULL, 900, 675, 45067, NULL, NULL),
(16, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Rajwinder-Kaur-MD-of-DIC.jpg', 385, 383, 'image-in', 4, NULL, 900, 675, 59322, NULL, NULL),
(17, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/ielts.jpg', 133, 135, 'image-in', 5, NULL, 350, 350, 21936, NULL, NULL),
(18, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Spoken-English.jpg', 133, 137, 'image-in', 5, NULL, 350, 350, 20055, NULL, NULL),
(19, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/skills.jpg', 133, 152, 'image-in', 5, NULL, 350, 350, 22730, NULL, NULL),
(20, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Online-Classes.jpg', 133, 175, 'image-in', 5, NULL, 350, 350, 21506, NULL, NULL),
(21, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/UKVI-IELTS.jpg', 133, 178, 'image-in', 5, NULL, 350, 350, 21324, NULL, NULL),
(22, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/PTE.jpg', 133, 298, 'image-in', 5, NULL, 350, 350, 22120, NULL, NULL),
(23, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Computer-courses.jpg', 133, 305, 'image-in', 5, NULL, 350, 350, 21098, NULL, NULL),
(24, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/Tuition.jpg', 133, 306, 'image-in', 5, NULL, 350, 350, 23052, NULL, NULL),
(25, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/study-visa.jpg', 133, 307, 'image-in', 5, NULL, 350, 350, 17694, NULL, NULL),
(26, 'https://dhanjalieltsclasses.com/wp-content/uploads/2024/05/DIC-success-story-two-1.jpg', 241, 374, 'image-in', 7, NULL, 359, 900, 86799, NULL, NULL);

--
-- Indexes for dumped tables
--

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

--
-- Indexes for table `n3nm_comments`
--
ALTER TABLE `n3nm_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 `n3nm_e_events`
--
ALTER TABLE `n3nm_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

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

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

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

--
-- Indexes for table `n3nm_posts`
--
ALTER TABLE `n3nm_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 `n3nm_termmeta`
--
ALTER TABLE `n3nm_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

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

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

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

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

--
-- Indexes for table `n3nm_users`
--
ALTER TABLE `n3nm_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 `n3nm_yoast_indexable`
--
ALTER TABLE `n3nm_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  ADD KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`);

--
-- Indexes for table `n3nm_yoast_indexable_hierarchy`
--
ALTER TABLE `n3nm_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `n3nm_yoast_migrations`
--
ALTER TABLE `n3nm_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `n3nm_yoast_migrations_version` (`version`);

--
-- Indexes for table `n3nm_yoast_primary_term`
--
ALTER TABLE `n3nm_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `n3nm_yoast_seo_links`
--
ALTER TABLE `n3nm_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `n3nm_commentmeta`
--
ALTER TABLE `n3nm_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `n3nm_comments`
--
ALTER TABLE `n3nm_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `n3nm_e_events`
--
ALTER TABLE `n3nm_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `n3nm_links`
--
ALTER TABLE `n3nm_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `n3nm_options`
--
ALTER TABLE `n3nm_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38903;

--
-- AUTO_INCREMENT for table `n3nm_postmeta`
--
ALTER TABLE `n3nm_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1056;

--
-- AUTO_INCREMENT for table `n3nm_posts`
--
ALTER TABLE `n3nm_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=474;

--
-- AUTO_INCREMENT for table `n3nm_termmeta`
--
ALTER TABLE `n3nm_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `n3nm_terms`
--
ALTER TABLE `n3nm_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `n3nm_term_taxonomy`
--
ALTER TABLE `n3nm_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `n3nm_usermeta`
--
ALTER TABLE `n3nm_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `n3nm_users`
--
ALTER TABLE `n3nm_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `n3nm_yoast_indexable`
--
ALTER TABLE `n3nm_yoast_indexable`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `n3nm_yoast_migrations`
--
ALTER TABLE `n3nm_yoast_migrations`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `n3nm_yoast_primary_term`
--
ALTER TABLE `n3nm_yoast_primary_term`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `n3nm_yoast_seo_links`
--
ALTER TABLE `n3nm_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
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 */;
